Shades of Heathered Grey #938E7E
Tints of Heathered Grey #938E7E
RGB
CMYK
RGB Variations
Color information
#938E7E (or 0x938E7E) is known color: Heathered Grey. HEX triplet: 93, 8E and 7E. RGB value is (147,142,126). Sum of RGB (Red+Green+Blue) = 147+142+126=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #938E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E7E is #6C7181. Grayscale: #8D8D8D. Windows color (decimal): -7106946 or 8294035. OLE color: 8294035.
HSL color Cylindrical-coordinate representation of color #938E7E: hue angle of 45.71º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938E7E is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 126 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.42 |
| HSL | 45.71º | 0.09% | 0.54% | - |
| HSV(B) | 45.71º | 0.14% | 0.58% | - |
| XYZ | 25.47 | 27.06 | 23.62 | - |
| YUV | 141.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 126 | 0 | 0.03 | 0.14 | 0.42 | 45.71 | 0.09 | 0.54 |
| Hex | 93 | 8E | 7E | 0 | 3 | E | 2A | 2E | 9 | 36 |
| Octal | 223 | 216 | 176 | 0 | 3 | 16 | 52 | 56 | 11 | 66 |
| Binary | 10010011 | 10001110 | 1111110 | 0 | 11 | 1110 | 101010 | 101110 | 1001 | 110110 |
Color Harmonies of #938E7E
Complementary color
Monochromatic Colors of #938E7E
Black with #938E7E
Text Example
Text Example
White with #938E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E7E; }
p { color: rgb(147,142,126); }
H1.HeaderClassName
{
color: #938E7E;
}
.AnyTagClassName
{
color: #938E7E;
}
</style>
background-color css
<style>
a { background-color: #938E7E; }
a { background-color: rgb(147,142,126); }
div.DivClassName
{
background-color: #938E7E;
}
.BgClassName
{
background-color: #938E7E;
}
</style>
border-color css
<style>
span { border-color: #938E7E; }
span { border-color: rgb(147,142,126); }
td.TdClassName
{
border-color: #938E7E;
}
.TagClassName
{
border-color: #938E7E;
}
</style>