Shades of Almond Frost #9B8778
Tints of Almond Frost #9B8778
RGB
CMYK
RGB Variations
Color information
#9B8778 (or 0x9B8778) is known color: Almond Frost. HEX triplet: 9B, 87 and 78. RGB value is (155,135,120). Sum of RGB (Red+Green+Blue) = 155+135+120=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8778 is #647887. Grayscale: #8B8B8B. Windows color (decimal): -6584456 or 7899035. OLE color: 7899035.
HSL color Cylindrical-coordinate representation of color #9B8778: hue angle of 25.71º 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 #9B8778 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 120 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.39 |
| HSL | 25.71º | 0.15% | 0.54% | - |
| HSV(B) | 25.71º | 0.23% | 0.61% | - |
| XYZ | 25.57 | 25.65 | 21.37 | - |
| YUV | 139.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 120 | 0 | 0.13 | 0.23 | 0.39 | 25.71 | 0.15 | 0.54 |
| Hex | 9B | 87 | 78 | 0 | D | 17 | 27 | 1A | F | 36 |
| Octal | 233 | 207 | 170 | 0 | 15 | 27 | 47 | 32 | 17 | 66 |
| Binary | 10011011 | 10000111 | 1111000 | 0 | 1101 | 10111 | 100111 | 11010 | 1111 | 110110 |
Color Harmonies of #9B8778
Complementary color
Monochromatic Colors of #9B8778
Black with #9B8778
Text Example
Text Example
White with #9B8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8778; }
p { color: rgb(155,135,120); }
H1.HeaderClassName
{
color: #9B8778;
}
.AnyTagClassName
{
color: #9B8778;
}
</style>
background-color css
<style>
a { background-color: #9B8778; }
a { background-color: rgb(155,135,120); }
div.DivClassName
{
background-color: #9B8778;
}
.BgClassName
{
background-color: #9B8778;
}
</style>
border-color css
<style>
span { border-color: #9B8778; }
span { border-color: rgb(155,135,120); }
td.TdClassName
{
border-color: #9B8778;
}
.TagClassName
{
border-color: #9B8778;
}
</style>