Shades of Heathered Grey #928B84
Tints of Heathered Grey #928B84
RGB
CMYK
RGB Variations
Color information
#928B84 (or 0x928B84) is known color: Heathered Grey. HEX triplet: 92, 8B and 84. RGB value is (146,139,132). Sum of RGB (Red+Green+Blue) = 146+139+132=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #928B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B84 is #6D747B. Grayscale: #8C8C8C. Windows color (decimal): -7173244 or 8686482. OLE color: 8686482.
HSL color Cylindrical-coordinate representation of color #928B84: hue angle of 30º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928B84 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 132 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.43 |
| HSL | 30º | 0.06% | 0.55% | - |
| HSV(B) | 30º | 0.1% | 0.57% | - |
| XYZ | 25.25 | 26.24 | 25.56 | - |
| YUV | 140.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 132 | 0 | 0.05 | 0.10 | 0.43 | 30 | 0.06 | 0.55 |
| Hex | 92 | 8B | 84 | 0 | 5 | A | 2B | 1E | 6 | 37 |
| Octal | 222 | 213 | 204 | 0 | 5 | 12 | 53 | 36 | 6 | 67 |
| Binary | 10010010 | 10001011 | 10000100 | 0 | 101 | 1010 | 101011 | 11110 | 110 | 110111 |
Color Harmonies of #928B84
Complementary color
Monochromatic Colors of #928B84
Black with #928B84
Text Example
Text Example
White with #928B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B84; }
p { color: rgb(146,139,132); }
H1.HeaderClassName
{
color: #928B84;
}
.AnyTagClassName
{
color: #928B84;
}
</style>
background-color css
<style>
a { background-color: #928B84; }
a { background-color: rgb(146,139,132); }
div.DivClassName
{
background-color: #928B84;
}
.BgClassName
{
background-color: #928B84;
}
</style>
border-color css
<style>
span { border-color: #928B84; }
span { border-color: rgb(146,139,132); }
td.TdClassName
{
border-color: #928B84;
}
.TagClassName
{
border-color: #928B84;
}
</style>