Shades of Heathered Grey #938E7F
Tints of Heathered Grey #938E7F
RGB
CMYK
RGB Variations
Color information
#938E7F (or 0x938E7F) is known color: Heathered Grey. HEX triplet: 93, 8E and 7F. RGB value is (147,142,127). Sum of RGB (Red+Green+Blue) = 147+142+127=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #938E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E7F is #6C7180. Grayscale: #8D8D8D. Windows color (decimal): -7106945 or 8359571. OLE color: 8359571.
HSL color Cylindrical-coordinate representation of color #938E7F: hue angle of 45º degrees, saturation: 0.08, 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 #938E7F is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 127 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.42 |
| HSL | 45º | 0.08% | 0.54% | - |
| HSV(B) | 45º | 0.14% | 0.58% | - |
| XYZ | 25.54 | 27.08 | 23.96 | - |
| YUV | 141.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 127 | 0 | 0.03 | 0.14 | 0.42 | 45 | 0.08 | 0.54 |
| Hex | 93 | 8E | 7F | 0 | 3 | E | 2A | 2D | 8 | 36 |
| Octal | 223 | 216 | 177 | 0 | 3 | 16 | 52 | 55 | 10 | 66 |
| Binary | 10010011 | 10001110 | 1111111 | 0 | 11 | 1110 | 101010 | 101101 | 1000 | 110110 |
Color Harmonies of #938E7F
Complementary color
Monochromatic Colors of #938E7F
Black with #938E7F
Text Example
Text Example
White with #938E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E7F; }
p { color: rgb(147,142,127); }
H1.HeaderClassName
{
color: #938E7F;
}
.AnyTagClassName
{
color: #938E7F;
}
</style>
background-color css
<style>
a { background-color: #938E7F; }
a { background-color: rgb(147,142,127); }
div.DivClassName
{
background-color: #938E7F;
}
.BgClassName
{
background-color: #938E7F;
}
</style>
border-color css
<style>
span { border-color: #938E7F; }
span { border-color: rgb(147,142,127); }
td.TdClassName
{
border-color: #938E7F;
}
.TagClassName
{
border-color: #938E7F;
}
</style>