Shades of Heathered Grey #918A80
Tints of Heathered Grey #918A80
RGB
CMYK
RGB Variations
Color information
#918A80 (or 0x918A80) is known color: Heathered Grey. HEX triplet: 91, 8A and 80. RGB value is (145,138,128). Sum of RGB (Red+Green+Blue) = 145+138+128=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A80 is #6E757F. Grayscale: #8B8B8B. Windows color (decimal): -7239040 or 8424081. OLE color: 8424081.
HSL color Cylindrical-coordinate representation of color #918A80: hue angle of 35.29º 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 #918A80 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 128 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.43 |
| HSL | 35.29º | 0.07% | 0.54% | - |
| HSV(B) | 35.29º | 0.12% | 0.57% | - |
| XYZ | 24.66 | 25.76 | 24.09 | - |
| YUV | 138.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 128 | 0 | 0.05 | 0.12 | 0.43 | 35.29 | 0.07 | 0.54 |
| Hex | 91 | 8A | 80 | 0 | 5 | C | 2B | 23 | 7 | 36 |
| Octal | 221 | 212 | 200 | 0 | 5 | 14 | 53 | 43 | 7 | 66 |
| Binary | 10010001 | 10001010 | 10000000 | 0 | 101 | 1100 | 101011 | 100011 | 111 | 110110 |
Color Harmonies of #918A80
Complementary color
Monochromatic Colors of #918A80
Black with #918A80
Text Example
Text Example
White with #918A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A80; }
p { color: rgb(145,138,128); }
H1.HeaderClassName
{
color: #918A80;
}
.AnyTagClassName
{
color: #918A80;
}
</style>
background-color css
<style>
a { background-color: #918A80; }
a { background-color: rgb(145,138,128); }
div.DivClassName
{
background-color: #918A80;
}
.BgClassName
{
background-color: #918A80;
}
</style>
border-color css
<style>
span { border-color: #918A80; }
span { border-color: rgb(145,138,128); }
td.TdClassName
{
border-color: #918A80;
}
.TagClassName
{
border-color: #918A80;
}
</style>