Shades of Heathered Grey #918C7C
Tints of Heathered Grey #918C7C
RGB
CMYK
RGB Variations
Color information
#918C7C (or 0x918C7C) is known color: Heathered Grey. HEX triplet: 91, 8C and 7C. RGB value is (145,140,124). Sum of RGB (Red+Green+Blue) = 145+140+124=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C7C is #6E7383. Grayscale: #8B8B8B. Windows color (decimal): -7238532 or 8162449. OLE color: 8162449.
HSL color Cylindrical-coordinate representation of color #918C7C: hue angle of 45.71º degrees, saturation: 0.09, 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 #918C7C is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 124 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.43 |
| HSL | 45.71º | 0.09% | 0.53% | - |
| HSV(B) | 45.71º | 0.14% | 0.57% | - |
| XYZ | 24.69 | 26.23 | 22.83 | - |
| YUV | 139.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 124 | 0 | 0.03 | 0.14 | 0.43 | 45.71 | 0.09 | 0.53 |
| Hex | 91 | 8C | 7C | 0 | 3 | E | 2B | 2E | 9 | 35 |
| Octal | 221 | 214 | 174 | 0 | 3 | 16 | 53 | 56 | 11 | 65 |
| Binary | 10010001 | 10001100 | 1111100 | 0 | 11 | 1110 | 101011 | 101110 | 1001 | 110101 |
Color Harmonies of #918C7C
Complementary color
Monochromatic Colors of #918C7C
Black with #918C7C
Text Example
Text Example
White with #918C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C7C; }
p { color: rgb(145,140,124); }
H1.HeaderClassName
{
color: #918C7C;
}
.AnyTagClassName
{
color: #918C7C;
}
</style>
background-color css
<style>
a { background-color: #918C7C; }
a { background-color: rgb(145,140,124); }
div.DivClassName
{
background-color: #918C7C;
}
.BgClassName
{
background-color: #918C7C;
}
</style>
border-color css
<style>
span { border-color: #918C7C; }
span { border-color: rgb(145,140,124); }
td.TdClassName
{
border-color: #918C7C;
}
.TagClassName
{
border-color: #918C7C;
}
</style>