Shades of Heathered Grey #938A7F
Tints of Heathered Grey #938A7F
RGB
CMYK
RGB Variations
Color information
#938A7F (or 0x938A7F) is known color: Heathered Grey. HEX triplet: 93, 8A and 7F. RGB value is (147,138,127). Sum of RGB (Red+Green+Blue) = 147+138+127=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #938A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A7F is #6C7580. Grayscale: #8B8B8B. Windows color (decimal): -7107969 or 8358547. OLE color: 8358547.
HSL color Cylindrical-coordinate representation of color #938A7F: hue angle of 33º 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 #938A7F is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 127 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.42 |
| HSL | 33º | 0.08% | 0.54% | - |
| HSV(B) | 33º | 0.14% | 0.58% | - |
| XYZ | 24.95 | 25.91 | 23.77 | - |
| YUV | 139.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 127 | 0 | 0.06 | 0.14 | 0.42 | 33 | 0.08 | 0.54 |
| Hex | 93 | 8A | 7F | 0 | 6 | E | 2A | 21 | 8 | 36 |
| Octal | 223 | 212 | 177 | 0 | 6 | 16 | 52 | 41 | 10 | 66 |
| Binary | 10010011 | 10001010 | 1111111 | 0 | 110 | 1110 | 101010 | 100001 | 1000 | 110110 |
Color Harmonies of #938A7F
Complementary color
Monochromatic Colors of #938A7F
Black with #938A7F
Text Example
Text Example
White with #938A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A7F; }
p { color: rgb(147,138,127); }
H1.HeaderClassName
{
color: #938A7F;
}
.AnyTagClassName
{
color: #938A7F;
}
</style>
background-color css
<style>
a { background-color: #938A7F; }
a { background-color: rgb(147,138,127); }
div.DivClassName
{
background-color: #938A7F;
}
.BgClassName
{
background-color: #938A7F;
}
</style>
border-color css
<style>
span { border-color: #938A7F; }
span { border-color: rgb(147,138,127); }
td.TdClassName
{
border-color: #938A7F;
}
.TagClassName
{
border-color: #938A7F;
}
</style>