Shades of Almond Frost #9B8C7D
Tints of Almond Frost #9B8C7D
RGB
CMYK
RGB Variations
Color information
#9B8C7D (or 0x9B8C7D) is known color: Almond Frost. HEX triplet: 9B, 8C and 7D. RGB value is (155,140,125). Sum of RGB (Red+Green+Blue) = 155+140+125=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C7D is #647382. Grayscale: #8E8E8E. Windows color (decimal): -6583171 or 8227995. OLE color: 8227995.
HSL color Cylindrical-coordinate representation of color #9B8C7D: hue angle of 30º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B8C7D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 125 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.39 |
| HSL | 30º | 0.13% | 0.55% | - |
| HSV(B) | 30º | 0.19% | 0.61% | - |
| XYZ | 26.6 | 27.21 | 23.25 | - |
| YUV | 142.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 125 | 0 | 0.10 | 0.19 | 0.39 | 30 | 0.13 | 0.55 |
| Hex | 9B | 8C | 7D | 0 | A | 13 | 27 | 1E | D | 37 |
| Octal | 233 | 214 | 175 | 0 | 12 | 23 | 47 | 36 | 15 | 67 |
| Binary | 10011011 | 10001100 | 1111101 | 0 | 1010 | 10011 | 100111 | 11110 | 1101 | 110111 |
Color Harmonies of #9B8C7D
Complementary color
Monochromatic Colors of #9B8C7D
Black with #9B8C7D
Text Example
Text Example
White with #9B8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C7D; }
p { color: rgb(155,140,125); }
H1.HeaderClassName
{
color: #9B8C7D;
}
.AnyTagClassName
{
color: #9B8C7D;
}
</style>
background-color css
<style>
a { background-color: #9B8C7D; }
a { background-color: rgb(155,140,125); }
div.DivClassName
{
background-color: #9B8C7D;
}
.BgClassName
{
background-color: #9B8C7D;
}
</style>
border-color css
<style>
span { border-color: #9B8C7D; }
span { border-color: rgb(155,140,125); }
td.TdClassName
{
border-color: #9B8C7D;
}
.TagClassName
{
border-color: #9B8C7D;
}
</style>