Shades of Heathered Grey #918980
Tints of Heathered Grey #918980
RGB
CMYK
RGB Variations
Color information
#918980 (or 0x918980) is known color: Heathered Grey. HEX triplet: 91, 89 and 80. RGB value is (145,137,128). Sum of RGB (Red+Green+Blue) = 145+137+128=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 145 - color contains mainly: red. Hex color #918980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918980 is #6E767F. Grayscale: #8A8A8A. Windows color (decimal): -7239296 or 8423825. OLE color: 8423825.
HSL color Cylindrical-coordinate representation of color #918980: hue angle of 31.76º 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 #918980 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 128 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.43 |
| HSL | 31.76º | 0.07% | 0.54% | - |
| HSV(B) | 31.76º | 0.12% | 0.57% | - |
| XYZ | 24.52 | 25.47 | 24.05 | - |
| YUV | 138.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 128 | 0 | 0.06 | 0.12 | 0.43 | 31.76 | 0.07 | 0.54 |
| Hex | 91 | 89 | 80 | 0 | 6 | C | 2B | 20 | 7 | 36 |
| Octal | 221 | 211 | 200 | 0 | 6 | 14 | 53 | 40 | 7 | 66 |
| Binary | 10010001 | 10001001 | 10000000 | 0 | 110 | 1100 | 101011 | 100000 | 111 | 110110 |
Color Harmonies of #918980
Complementary color
Monochromatic Colors of #918980
Black with #918980
Text Example
Text Example
White with #918980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918980; }
p { color: rgb(145,137,128); }
H1.HeaderClassName
{
color: #918980;
}
.AnyTagClassName
{
color: #918980;
}
</style>
background-color css
<style>
a { background-color: #918980; }
a { background-color: rgb(145,137,128); }
div.DivClassName
{
background-color: #918980;
}
.BgClassName
{
background-color: #918980;
}
</style>
border-color css
<style>
span { border-color: #918980; }
span { border-color: rgb(145,137,128); }
td.TdClassName
{
border-color: #918980;
}
.TagClassName
{
border-color: #918980;
}
</style>