Shades of Heathered Grey #928A79
Tints of Heathered Grey #928A79
RGB
CMYK
RGB Variations
Color information
#928A79 (or 0x928A79) is known color: Heathered Grey. HEX triplet: 92, 8A and 79. RGB value is (146,138,121). Sum of RGB (Red+Green+Blue) = 146+138+121=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #928A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A79 is #6D7586. Grayscale: #8A8A8A. Windows color (decimal): -7173511 or 7965330. OLE color: 7965330.
HSL color Cylindrical-coordinate representation of color #928A79: hue angle of 40.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #928A79 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 121 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.43 |
| HSL | 40.8º | 0.1% | 0.52% | - |
| HSV(B) | 40.8º | 0.17% | 0.57% | - |
| XYZ | 24.39 | 25.67 | 21.76 | - |
| YUV | 138.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 121 | 0 | 0.05 | 0.17 | 0.43 | 40.8 | 0.1 | 0.52 |
| Hex | 92 | 8A | 79 | 0 | 5 | 11 | 2B | 29 | A | 34 |
| Octal | 222 | 212 | 171 | 0 | 5 | 21 | 53 | 51 | 12 | 64 |
| Binary | 10010010 | 10001010 | 1111001 | 0 | 101 | 10001 | 101011 | 101001 | 1010 | 110100 |
Color Harmonies of #928A79
Complementary color
Monochromatic Colors of #928A79
Black with #928A79
Text Example
Text Example
White with #928A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A79; }
p { color: rgb(146,138,121); }
H1.HeaderClassName
{
color: #928A79;
}
.AnyTagClassName
{
color: #928A79;
}
</style>
background-color css
<style>
a { background-color: #928A79; }
a { background-color: rgb(146,138,121); }
div.DivClassName
{
background-color: #928A79;
}
.BgClassName
{
background-color: #928A79;
}
</style>
border-color css
<style>
span { border-color: #928A79; }
span { border-color: rgb(146,138,121); }
td.TdClassName
{
border-color: #928A79;
}
.TagClassName
{
border-color: #928A79;
}
</style>