Shades of Almond Frost #968777
Tints of Almond Frost #968777
RGB
CMYK
RGB Variations
Color information
#968777 (or 0x968777) is known color: Almond Frost. HEX triplet: 96, 87 and 77. RGB value is (150,135,119). Sum of RGB (Red+Green+Blue) = 150+135+119=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #968777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968777 is #697888. Grayscale: #898989. Windows color (decimal): -6912137 or 7833494. OLE color: 7833494.
HSL color Cylindrical-coordinate representation of color #968777: 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 #968777 is Cyan = 0, Magento = 0.1, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 119 | - |
| CMYK | 0 | 0.1 | 0.21 | 0.41 |
| HSL | 30.97º | 0.13% | 0.53% | - |
| HSV(B) | 30.97º | 0.21% | 0.59% | - |
| XYZ | 24.57 | 25.14 | 21.01 | - |
| YUV | 137.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 119 | 0 | 0.1 | 0.21 | 0.41 | 30.97 | 0.13 | 0.53 |
| Hex | 96 | 87 | 77 | 0 | A | 15 | 29 | 1F | D | 35 |
| Octal | 226 | 207 | 167 | 0 | 12 | 25 | 51 | 37 | 15 | 65 |
| Binary | 10010110 | 10000111 | 1110111 | 0 | 1010 | 10101 | 101001 | 11111 | 1101 | 110101 |
Color Harmonies of #968777
Complementary color
Monochromatic Colors of #968777
Black with #968777
Text Example
Text Example
White with #968777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968777; }
p { color: rgb(150,135,119); }
H1.HeaderClassName
{
color: #968777;
}
.AnyTagClassName
{
color: #968777;
}
</style>
background-color css
<style>
a { background-color: #968777; }
a { background-color: rgb(150,135,119); }
div.DivClassName
{
background-color: #968777;
}
.BgClassName
{
background-color: #968777;
}
</style>
border-color css
<style>
span { border-color: #968777; }
span { border-color: rgb(150,135,119); }
td.TdClassName
{
border-color: #968777;
}
.TagClassName
{
border-color: #968777;
}
</style>