Shades of Heathered Grey #918D80
Tints of Heathered Grey #918D80
RGB
CMYK
RGB Variations
Color information
#918D80 (or 0x918D80) is known color: Heathered Grey. HEX triplet: 91, 8D and 80. RGB value is (145,141,128). Sum of RGB (Red+Green+Blue) = 145+141+128=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #918D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918D80 is #6E727F. Grayscale: #8C8C8C. Windows color (decimal): -7238272 or 8424849. OLE color: 8424849.
HSL color Cylindrical-coordinate representation of color #918D80: hue angle of 45.88º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918D80 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 128 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.43 |
| HSL | 45.88º | 0.07% | 0.54% | - |
| HSV(B) | 45.88º | 0.12% | 0.57% | - |
| XYZ | 25.1 | 26.63 | 24.24 | - |
| YUV | 140.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 128 | 0 | 0.03 | 0.12 | 0.43 | 45.88 | 0.07 | 0.54 |
| Hex | 91 | 8D | 80 | 0 | 3 | C | 2B | 2E | 7 | 36 |
| Octal | 221 | 215 | 200 | 0 | 3 | 14 | 53 | 56 | 7 | 66 |
| Binary | 10010001 | 10001101 | 10000000 | 0 | 11 | 1100 | 101011 | 101110 | 111 | 110110 |
Color Harmonies of #918D80
Complementary color
Monochromatic Colors of #918D80
Black with #918D80
Text Example
Text Example
White with #918D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D80; }
p { color: rgb(145,141,128); }
H1.HeaderClassName
{
color: #918D80;
}
.AnyTagClassName
{
color: #918D80;
}
</style>
background-color css
<style>
a { background-color: #918D80; }
a { background-color: rgb(145,141,128); }
div.DivClassName
{
background-color: #918D80;
}
.BgClassName
{
background-color: #918D80;
}
</style>
border-color css
<style>
span { border-color: #918D80; }
span { border-color: rgb(145,141,128); }
td.TdClassName
{
border-color: #918D80;
}
.TagClassName
{
border-color: #918D80;
}
</style>