Shades of Heathered Grey #928A82
Tints of Heathered Grey #928A82
RGB
CMYK
RGB Variations
Color information
#928A82 (or 0x928A82) is known color: Heathered Grey. HEX triplet: 92, 8A and 82. RGB value is (146,138,130). Sum of RGB (Red+Green+Blue) = 146+138+130=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #928A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928A82 is #6D757D. Grayscale: #8B8B8B. Windows color (decimal): -7173502 or 8555154. OLE color: 8555154.
HSL color Cylindrical-coordinate representation of color #928A82: hue angle of 30º 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 #928A82 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 130 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.43 |
| HSL | 30º | 0.07% | 0.54% | - |
| HSV(B) | 30º | 0.11% | 0.57% | - |
| XYZ | 24.97 | 25.9 | 24.8 | - |
| YUV | 139.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 130 | 0 | 0.05 | 0.11 | 0.43 | 30 | 0.07 | 0.54 |
| Hex | 92 | 8A | 82 | 0 | 5 | B | 2B | 1E | 7 | 36 |
| Octal | 222 | 212 | 202 | 0 | 5 | 13 | 53 | 36 | 7 | 66 |
| Binary | 10010010 | 10001010 | 10000010 | 0 | 101 | 1011 | 101011 | 11110 | 111 | 110110 |
Color Harmonies of #928A82
Complementary color
Monochromatic Colors of #928A82
Black with #928A82
Text Example
Text Example
White with #928A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A82; }
p { color: rgb(146,138,130); }
H1.HeaderClassName
{
color: #928A82;
}
.AnyTagClassName
{
color: #928A82;
}
</style>
background-color css
<style>
a { background-color: #928A82; }
a { background-color: rgb(146,138,130); }
div.DivClassName
{
background-color: #928A82;
}
.BgClassName
{
background-color: #928A82;
}
</style>
border-color css
<style>
span { border-color: #928A82; }
span { border-color: rgb(146,138,130); }
td.TdClassName
{
border-color: #928A82;
}
.TagClassName
{
border-color: #928A82;
}
</style>