Shades of Heathered Grey #928B78
Tints of Heathered Grey #928B78
RGB
CMYK
RGB Variations
Color information
#928B78 (or 0x928B78) is known color: Heathered Grey. HEX triplet: 92, 8B and 78. RGB value is (146,139,120). Sum of RGB (Red+Green+Blue) = 146+139+120=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #928B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B78 is #6D7487. Grayscale: #8B8B8B. Windows color (decimal): -7173256 or 7900050. OLE color: 7900050.
HSL color Cylindrical-coordinate representation of color #928B78: hue angle of 43.85º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928B78 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 120 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.43 |
| HSL | 43.85º | 0.11% | 0.52% | - |
| HSV(B) | 43.85º | 0.18% | 0.57% | - |
| XYZ | 24.48 | 25.93 | 21.48 | - |
| YUV | 138.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 120 | 0 | 0.05 | 0.18 | 0.43 | 43.85 | 0.11 | 0.52 |
| Hex | 92 | 8B | 78 | 0 | 5 | 12 | 2B | 2C | B | 34 |
| Octal | 222 | 213 | 170 | 0 | 5 | 22 | 53 | 54 | 13 | 64 |
| Binary | 10010010 | 10001011 | 1111000 | 0 | 101 | 10010 | 101011 | 101100 | 1011 | 110100 |
Color Harmonies of #928B78
Complementary color
Monochromatic Colors of #928B78
Black with #928B78
Text Example
Text Example
White with #928B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B78; }
p { color: rgb(146,139,120); }
H1.HeaderClassName
{
color: #928B78;
}
.AnyTagClassName
{
color: #928B78;
}
</style>
background-color css
<style>
a { background-color: #928B78; }
a { background-color: rgb(146,139,120); }
div.DivClassName
{
background-color: #928B78;
}
.BgClassName
{
background-color: #928B78;
}
</style>
border-color css
<style>
span { border-color: #928B78; }
span { border-color: rgb(146,139,120); }
td.TdClassName
{
border-color: #928B78;
}
.TagClassName
{
border-color: #928B78;
}
</style>