#c7c1b7 Color Hex Gettysburg Grey

Information about Gettysburg Grey Color | #0000FF

#c7c1b7 color RGB value is (199,193,183). #c7c1b7 color name is Gettysburg Grey color.

#c7c1b7 hex color red value is 199 , green value is 193 and the blue value of its RGB is 183 . Cylindrical-coordinate representations (also known as HSL) of color #c7c1b7 hue: 37 , saturation: 13 and the lightness value of #c7c1b7 is 75

The process color (four color CMYK) of #c7c1b7 color hex is 0 , 1 ,3, 9 .

#c7c1b7

~Gettysburg Grey

Color Converions

HEX
#c7c1b7
RGB
199,193,183
LAB
78,1,6
CMYK
0,3,8,22
LCH
78,6,81
XYZ
51,54,52
HSV
37,8,78
HSL
37,13,75

Base Numbers

Base Red Green Blue
Binary 11000111 11000001 10110111
Octal 307 301 267
Decimal 199 193 183
Hex c7 c1 b7

RGB Percentages of Color #c7c1b7

78%
76%
72%

CMYK Percentages of Color #c7c1b7

0%
3%
1%
9%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c7c1b7

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c7c1b7
20%
#b3aea5
30%
#9f9a92
40%
#8b8780
50%
#77746e
60%
#64615b
70%
#504d49
80%
#3c3a37
90%
#282725
100%
#141312

Tints of #c7c1b7

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c7c1b7
20%
#cdc7be
30%
#d2cdc5
40%
#d8d4cd
50%
#dddad4
60%
#e3e0db
70%
#e9e6e2
80%
#eeece9
90%
#f4f3f1
100%
#f9f9f8

Tones of #c7c1b7

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c7c1b7
20%
#c0bab1
30%
#b9b4ac
40%
#b2ada6
50%
#aaa7a1
60%
#a3a09b
70%
#9c9a96
80%
#959390
90%
#8e8d8b
100%
#878685

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c7c1b7
#c7bbb7
#c7beb7
#c7c1b7
#c7c4b7
#c7c7b7

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c7c1b7
#b7bdc7

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c7c1b7
#bac7b7
#bbb7c7

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c7c1b7
#b7c7c1
#c1b7c7

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c7c1b7
#b7c7b9
#b7bdc7
#c7b7c5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c7c1b7
#f1eade
#1d1c1b
#474542
#726f69
#9c9890

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c7c1b7

protanopia

#c6bfb5

deuteranopia

#d7bab7

tritanopia

#c9bccb

achromatopsia

#c2c2c2

protanomaly

#c7c0b6

deuteranomaly

#d1bcb7

achromatopsia

#c2c2c2

tritanomaly

#c8bec4

achromatomaly

#c4c1be

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#c7c1b7 Color CSS Codes

.bgcolor {background-color:#c7c1b7; } 
.forecolor {color:#c7c1b7; }
.bordercolor {border:3px solid #c7c1b7; }
            

#c7c1b7 Text Font Color

<div style="color:#c7c1b7">
Div content here</div>

This sample text font color is #c7c1b7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c7c1b7 Background Color

<div style="background-color:#c7c1b7">
Div content here</div>
Div content here

#c7c1b7 Border Color

<div style="border:3px solid #c7c1b7">
Div here</div>

This div border color is #c7c1b7

#c7c1b7 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c7c1b7; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7c1b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7c1b7;
  -webkit-box-shadow: 1px 1px 3px 2px #c7c1b7;
  box-shadow: 1px 1px 3px 2px #c7c1b7; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c7c1b7">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c7c1b7;
              -webkit-box-shadow: 1px 1px 3px 2px #c7c1b7;
              box-shadow:         1px 1px 3px 2px #c7c1b7#c7c1b7">
Div content here</div>

This div box has shadow with color #c7c1b7

More Colors

Neon Green
#39ff14
OU Crimson Red
#990000
Inverness
#576238
Lattice Work
#b9e1c2
Eased Pink
#fae3e3
Diminished Blue
#bce1eb
Nordic Breeze
#d3dde7
Kamenozoki Grey
#c6c2b6
Heron Plume
#e5e1d8
Midday Sun
#ffe1a3
Antarctic Blue
#2b3f5c
Blackjack
#51504d
Night Rose
#b0807a
Natural Tan
#dcd2c3
Argent
#888888
Conditioner
#ffffcc
Ambience White
#e7e7e6
Lenurple
#ba93d8
Lilac Rose
#bd4275
Pink Punch
#d04a70
Eclectic
#aaafbd
Burnt Earth
#9d4531
Pineapple Juice
#f8e87b
Exquisite Emerald
#338860
Light Ligado
#d9e0d0
Mission Gold
#b78d61
Honey Pink
#cc99aa
Garden Plum
#9d8292
Florida Grey
#bea4a2
Ginger Grey Yellow
#b8a899
Fresh Water
#c6e3f7
Hydroport
#5e9ca1
Pesto Calabrese
#f49325
Angel Blue
#83c5cd
Gala Ball
#785d7a
Lush Bamboo
#afbb33
Liqueur Red
#61394b
Cliff Brown
#d0ab8c
Light Rattan
#d1c1aa
Ocean Melody
#7d999f
rating-img
Rate this tool
NaN/5   0 votes