#C7AA78

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

Shades of Putty #C7AA78

Tints of Putty #C7AA78

Color information

#C7AA78 (or 0xC7AA78) is unknown color: approx Putty. HEX triplet: C7, AA and 78. RGB value is (199,170,120). Sum of RGB (Red+Green+Blue) = 199+170+120=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA78 is #385587. Grayscale: #ADADAD. Windows color (decimal): -3691912 or 7908039. OLE color: 7908039.

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

Color convert

RGB199170120-
CMYK00.150.400.22
HSL37.97º41.36%62.55%-
HSV(B)37.97º39.7%78.04%-
XYZ41.3242.2523.75-
YUV172.9798.11146.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=40.70%
G=34.76%
B=24.54%

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
Decimal19917012000.150.400.2237.9741.3662.55
HexC7AA780F281626293f
Octal3072521700175026465177
Binary110001111010101011110000111110100010110100110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AA78; }

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

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

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

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

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

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

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

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