Shades of Heathered Grey #928C82
Tints of Heathered Grey #928C82
RGB
CMYK
RGB Variations
Color information
#928C82 (or 0x928C82) is known color: Heathered Grey. HEX triplet: 92, 8C and 82. RGB value is (146,140,130). Sum of RGB (Red+Green+Blue) = 146+140+130=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #928C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928C82 is #6D737D. Grayscale: #8C8C8C. Windows color (decimal): -7172990 or 8555666. OLE color: 8555666.
HSL color Cylindrical-coordinate representation of color #928C82: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #928C82 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 130 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.43 |
| HSL | 37.5º | 0.07% | 0.54% | - |
| HSV(B) | 37.5º | 0.11% | 0.57% | - |
| XYZ | 25.26 | 26.48 | 24.9 | - |
| YUV | 140.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 130 | 0 | 0.04 | 0.11 | 0.43 | 37.5 | 0.07 | 0.54 |
| Hex | 92 | 8C | 82 | 0 | 4 | B | 2B | 26 | 7 | 36 |
| Octal | 222 | 214 | 202 | 0 | 4 | 13 | 53 | 46 | 7 | 66 |
| Binary | 10010010 | 10001100 | 10000010 | 0 | 100 | 1011 | 101011 | 100110 | 111 | 110110 |
Color Harmonies of #928C82
Complementary color
Monochromatic Colors of #928C82
Black with #928C82
Text Example
Text Example
White with #928C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C82; }
p { color: rgb(146,140,130); }
H1.HeaderClassName
{
color: #928C82;
}
.AnyTagClassName
{
color: #928C82;
}
</style>
background-color css
<style>
a { background-color: #928C82; }
a { background-color: rgb(146,140,130); }
div.DivClassName
{
background-color: #928C82;
}
.BgClassName
{
background-color: #928C82;
}
</style>
border-color css
<style>
span { border-color: #928C82; }
span { border-color: rgb(146,140,130); }
td.TdClassName
{
border-color: #928C82;
}
.TagClassName
{
border-color: #928C82;
}
</style>