Shades of Heathered Grey #928A7B
Tints of Heathered Grey #928A7B
RGB
CMYK
RGB Variations
Color information
#928A7B (or 0x928A7B) is known color: Heathered Grey. HEX triplet: 92, 8A and 7B. RGB value is (146,138,123). Sum of RGB (Red+Green+Blue) = 146+138+123=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #928A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A7B is #6D7584. Grayscale: #8A8A8A. Windows color (decimal): -7173509 or 8096402. OLE color: 8096402.
HSL color Cylindrical-coordinate representation of color #928A7B: hue angle of 39.13º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #928A7B is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 123 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.43 |
| HSL | 39.13º | 0.1% | 0.53% | - |
| HSV(B) | 39.13º | 0.16% | 0.57% | - |
| XYZ | 24.52 | 25.72 | 22.41 | - |
| YUV | 138.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 123 | 0 | 0.05 | 0.16 | 0.43 | 39.13 | 0.1 | 0.53 |
| Hex | 92 | 8A | 7B | 0 | 5 | 10 | 2B | 27 | A | 35 |
| Octal | 222 | 212 | 173 | 0 | 5 | 20 | 53 | 47 | 12 | 65 |
| Binary | 10010010 | 10001010 | 1111011 | 0 | 101 | 10000 | 101011 | 100111 | 1010 | 110101 |
Color Harmonies of #928A7B
Complementary color
Monochromatic Colors of #928A7B
Black with #928A7B
Text Example
Text Example
White with #928A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A7B; }
p { color: rgb(146,138,123); }
H1.HeaderClassName
{
color: #928A7B;
}
.AnyTagClassName
{
color: #928A7B;
}
</style>
background-color css
<style>
a { background-color: #928A7B; }
a { background-color: rgb(146,138,123); }
div.DivClassName
{
background-color: #928A7B;
}
.BgClassName
{
background-color: #928A7B;
}
</style>
border-color css
<style>
span { border-color: #928A7B; }
span { border-color: rgb(146,138,123); }
td.TdClassName
{
border-color: #928A7B;
}
.TagClassName
{
border-color: #928A7B;
}
</style>