Html Css Color HEX #C7AE77 Putty

📋 copy color: '#C7AE77'

red 199 ◦ green 174 ◦ blue 119

#C7AE77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #C7AE77

Tints of Putty #C7AE77

RGB

 RED value IS 199 (78.13% from 255) = 40.45%

 GREEN value IS 174 (68.36% from 255) = 35.37%

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 40.45%
G = 35.37%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C7AE77 (or 0xC7AE77) is known color: Putty. HEX triplet: C7, AE and 77. RGB value is (199,174,119). Sum of RGB (Red+Green+Blue) = 199+174+119=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE77 is #385188. Grayscale: #AFAFAF. Windows color (decimal): -3690889 or 7843527. OLE color: 7843527.

HSL color Cylindrical-coordinate representation of color #C7AE77: hue angle of 41.25º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7AE77 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 174 119 -
CMYK 0 0.13 0.40 0.22
HSL 41.25º 0.42% 0.62% -
HSV(B) 41.25º 0.4% 0.78% -
XYZ 42.02 43.75 23.68 -
YUV 175.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 199 174 119 0 0.13 0.40 0.22 41.25 0.42 0.62
Hex C7 AE 77 0 D 28 16 29 2A 3E
Octal 307 256 167 0 15 50 26 51 52 76
Binary 11000111 10101110 1110111 0 1101 101000 10110 101001 101010 111110

Color Harmonies of #C7AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AE77

Black with #C7AE77

Text Example


Text Example

White with #C7AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AE77; }

 p { color: rgb(199,174,119); }

 H1.HeaderClassName
 {
   color: #C7AE77;
 }
 .AnyTagClassName
 {
   color: #C7AE77;
 }
</style>

background-color css

<style>
 a { background-color: #C7AE77; }

 a { background-color: rgb(199,174,119); }

 div.DivClassName
 {
   background-color: #C7AE77;
 }
 .BgClassName
 {
   background-color: #C7AE77;
 }
</style>

border-color css

<style>
 span { border-color: #C7AE77; }

 span { border-color: rgb(199,174,119); }

 td.TdClassName
 {
   border-color: #C7AE77;
 }
 .TagClassName
 {
   border-color: #C7AE77;
 }
</style>