#9C8778

Color #9C8778 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #9C8778

Tints of Almond Frost #9C8778

Color information

#9C8778 (or 0x9C8778) is unknown color: approx Almond Frost. HEX triplet: 9C, 87 and 78. RGB value is (156,135,120). Sum of RGB (Red+Green+Blue) = 156+135+120=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8778 is #637887. Grayscale: #8B8B8B. Windows color (decimal): -6518920 or 7899036. OLE color: 7899036.

HSL color Cylindrical-coordinate representation of color #9C8778: hue angle of 25º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C8778 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB156135120-
CMYK00.130.230.39
HSL25º15.38%54.12%-
HSV(B)25º23.08%61.18%-
XYZ25.7625.7521.38-
YUV139.57116.96139.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=37.96%
G=32.85%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613512000.130.230.392515.3854.12
Hex9C87780D172719f36
Octal2342071700152747311766
Binary100111001000011111110000110110111100111110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8778; }

 p { color: rgb(156,135,120); }

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

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

 a { background-color: rgb(156,135,120); }

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

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

 span { border-color: rgb(156,135,120); }

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