Shades of Almond Frost #9C8778
Tints of Almond Frost #9C8778
RGB
CMYK
RGB Variations
Color information
#9C8778 (or 0x9C8778) is known color: 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
| RGB | 156 | 135 | 120 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.39 |
| HSL | 25º | 0.15% | 0.54% | - |
| HSV(B) | 25º | 0.23% | 0.61% | - |
| XYZ | 25.76 | 25.75 | 21.38 | - |
| YUV | 139.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 120 | 0 | 0.13 | 0.23 | 0.39 | 25 | 0.15 | 0.54 |
| Hex | 9C | 87 | 78 | 0 | D | 17 | 27 | 19 | F | 36 |
| Octal | 234 | 207 | 170 | 0 | 15 | 27 | 47 | 31 | 17 | 66 |
| Binary | 10011100 | 10000111 | 1111000 | 0 | 1101 | 10111 | 100111 | 11001 | 1111 | 110110 |
Color Harmonies of #9C8778
Complementary color
Monochromatic Colors of #9C8778
Black with #9C8778
Text Example
Text Example
White with #9C8778
Text Example
Text Example
HTML Codes & Css Web 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>