Shades of Almond Frost #988878
Tints of Almond Frost #988878
RGB
CMYK
RGB Variations
Color information
#988878 (or 0x988878) is known color: Almond Frost. HEX triplet: 98, 88 and 78. RGB value is (152,136,120). Sum of RGB (Red+Green+Blue) = 152+136+120=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #988878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988878 is #677787. Grayscale: #8B8B8B. Windows color (decimal): -6780808 or 7899288. OLE color: 7899288.
HSL color Cylindrical-coordinate representation of color #988878: hue angle of 30º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #988878 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 120 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.40 |
| HSL | 30º | 0.13% | 0.53% | - |
| HSV(B) | 30º | 0.21% | 0.6% | - |
| XYZ | 25.14 | 25.64 | 21.39 | - |
| YUV | 138.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 120 | 0 | 0.11 | 0.21 | 0.40 | 30 | 0.13 | 0.53 |
| Hex | 98 | 88 | 78 | 0 | B | 15 | 28 | 1E | D | 35 |
| Octal | 230 | 210 | 170 | 0 | 13 | 25 | 50 | 36 | 15 | 65 |
| Binary | 10011000 | 10001000 | 1111000 | 0 | 1011 | 10101 | 101000 | 11110 | 1101 | 110101 |
Color Harmonies of #988878
Complementary color
Monochromatic Colors of #988878
Black with #988878
Text Example
Text Example
White with #988878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988878; }
p { color: rgb(152,136,120); }
H1.HeaderClassName
{
color: #988878;
}
.AnyTagClassName
{
color: #988878;
}
</style>
background-color css
<style>
a { background-color: #988878; }
a { background-color: rgb(152,136,120); }
div.DivClassName
{
background-color: #988878;
}
.BgClassName
{
background-color: #988878;
}
</style>
border-color css
<style>
span { border-color: #988878; }
span { border-color: rgb(152,136,120); }
td.TdClassName
{
border-color: #988878;
}
.TagClassName
{
border-color: #988878;
}
</style>