Shades of Almond Frost #978878
Tints of Almond Frost #978878
RGB
CMYK
RGB Variations
Color information
#978878 (or 0x978878) is known color: Almond Frost. HEX triplet: 97, 88 and 78. RGB value is (151,136,120). Sum of RGB (Red+Green+Blue) = 151+136+120=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #978878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978878 is #687787. Grayscale: #8A8A8A. Windows color (decimal): -6846344 or 7899287. OLE color: 7899287.
HSL color Cylindrical-coordinate representation of color #978878: hue angle of 30.97º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #978878 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 120 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.41 |
| HSL | 30.97º | 0.13% | 0.53% | - |
| HSV(B) | 30.97º | 0.21% | 0.59% | - |
| XYZ | 24.96 | 25.54 | 21.38 | - |
| YUV | 138.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 120 | 0 | 0.10 | 0.21 | 0.41 | 30.97 | 0.13 | 0.53 |
| Hex | 97 | 88 | 78 | 0 | A | 15 | 29 | 1F | D | 35 |
| Octal | 227 | 210 | 170 | 0 | 12 | 25 | 51 | 37 | 15 | 65 |
| Binary | 10010111 | 10001000 | 1111000 | 0 | 1010 | 10101 | 101001 | 11111 | 1101 | 110101 |
Color Harmonies of #978878
Complementary color
Monochromatic Colors of #978878
Black with #978878
Text Example
Text Example
White with #978878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978878; }
p { color: rgb(151,136,120); }
H1.HeaderClassName
{
color: #978878;
}
.AnyTagClassName
{
color: #978878;
}
</style>
background-color css
<style>
a { background-color: #978878; }
a { background-color: rgb(151,136,120); }
div.DivClassName
{
background-color: #978878;
}
.BgClassName
{
background-color: #978878;
}
</style>
border-color css
<style>
span { border-color: #978878; }
span { border-color: rgb(151,136,120); }
td.TdClassName
{
border-color: #978878;
}
.TagClassName
{
border-color: #978878;
}
</style>