#C7AA77

Color #C7AA77 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C7AA77

Tints of Putty #C7AA77

Color information

#C7AA77 (or 0xC7AA77) is unknown color: approx Putty. HEX triplet: C7, AA and 77. RGB value is (199,170,119). Sum of RGB (Red+Green+Blue) = 199+170+119=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA77 is #385588. Grayscale: #ADADAD. Windows color (decimal): -3691913 or 7842503. OLE color: 7842503.

HSL color Cylindrical-coordinate representation of color #C7AA77: hue angle of 38.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 #C7AA77 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199170119-
CMYK00.150.400.22
HSL38.25º41.67%62.35%-
HSV(B)38.25º40.2%78.04%-
XYZ41.2642.2223.43-
YUV172.8697.61146.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=40.78%
G=34.84%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917011900.150.400.2238.2541.6762.35
HexC7AA770F2816262a3e
Octal3072521670175026465276
Binary110001111010101011101110111110100010110100110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AA77; }

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

 H1.HeaderClassName
 {
   color: #C7AA77;
 }
 .AnyTagClassName
 {
   color: #C7AA77;
 }
</style>
background-color css

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

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

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

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

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

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