Shades of Heathered Grey #918C7E
Tints of Heathered Grey #918C7E
RGB
CMYK
RGB Variations
Color information
#918C7E (or 0x918C7E) is known color: Heathered Grey. HEX triplet: 91, 8C and 7E. RGB value is (145,140,126). Sum of RGB (Red+Green+Blue) = 145+140+126=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C7E is #6E7381. Grayscale: #8B8B8B. Windows color (decimal): -7238530 or 8293521. OLE color: 8293521.
HSL color Cylindrical-coordinate representation of color #918C7E: hue angle of 44.21º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #918C7E is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 126 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.43 |
| HSL | 44.21º | 0.08% | 0.53% | - |
| HSV(B) | 44.21º | 0.13% | 0.57% | - |
| XYZ | 24.82 | 26.28 | 23.5 | - |
| YUV | 139.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 126 | 0 | 0.03 | 0.13 | 0.43 | 44.21 | 0.08 | 0.53 |
| Hex | 91 | 8C | 7E | 0 | 3 | D | 2B | 2C | 8 | 35 |
| Octal | 221 | 214 | 176 | 0 | 3 | 15 | 53 | 54 | 10 | 65 |
| Binary | 10010001 | 10001100 | 1111110 | 0 | 11 | 1101 | 101011 | 101100 | 1000 | 110101 |
Color Harmonies of #918C7E
Complementary color
Monochromatic Colors of #918C7E
Black with #918C7E
Text Example
Text Example
White with #918C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C7E; }
p { color: rgb(145,140,126); }
H1.HeaderClassName
{
color: #918C7E;
}
.AnyTagClassName
{
color: #918C7E;
}
</style>
background-color css
<style>
a { background-color: #918C7E; }
a { background-color: rgb(145,140,126); }
div.DivClassName
{
background-color: #918C7E;
}
.BgClassName
{
background-color: #918C7E;
}
</style>
border-color css
<style>
span { border-color: #918C7E; }
span { border-color: rgb(145,140,126); }
td.TdClassName
{
border-color: #918C7E;
}
.TagClassName
{
border-color: #918C7E;
}
</style>