Shades of Heathered Grey #928A7E
Tints of Heathered Grey #928A7E
RGB
CMYK
RGB Variations
Color information
#928A7E (or 0x928A7E) is known color: Heathered Grey. HEX triplet: 92, 8A and 7E. RGB value is (146,138,126). Sum of RGB (Red+Green+Blue) = 146+138+126=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 146 - color contains mainly: red. Hex color #928A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A7E is #6D7581. Grayscale: #8B8B8B. Windows color (decimal): -7173506 or 8293010. OLE color: 8293010.
HSL color Cylindrical-coordinate representation of color #928A7E: hue angle of 36º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #928A7E is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 126 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.43 |
| HSL | 36º | 0.08% | 0.53% | - |
| HSV(B) | 36º | 0.14% | 0.57% | - |
| XYZ | 24.71 | 25.79 | 23.42 | - |
| YUV | 139.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 126 | 0 | 0.05 | 0.14 | 0.43 | 36 | 0.08 | 0.53 |
| Hex | 92 | 8A | 7E | 0 | 5 | E | 2B | 24 | 8 | 35 |
| Octal | 222 | 212 | 176 | 0 | 5 | 16 | 53 | 44 | 10 | 65 |
| Binary | 10010010 | 10001010 | 1111110 | 0 | 101 | 1110 | 101011 | 100100 | 1000 | 110101 |
Color Harmonies of #928A7E
Complementary color
Monochromatic Colors of #928A7E
Black with #928A7E
Text Example
Text Example
White with #928A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A7E; }
p { color: rgb(146,138,126); }
H1.HeaderClassName
{
color: #928A7E;
}
.AnyTagClassName
{
color: #928A7E;
}
</style>
background-color css
<style>
a { background-color: #928A7E; }
a { background-color: rgb(146,138,126); }
div.DivClassName
{
background-color: #928A7E;
}
.BgClassName
{
background-color: #928A7E;
}
</style>
border-color css
<style>
span { border-color: #928A7E; }
span { border-color: rgb(146,138,126); }
td.TdClassName
{
border-color: #928A7E;
}
.TagClassName
{
border-color: #928A7E;
}
</style>