Shades of Heathered Grey #918B80
Tints of Heathered Grey #918B80
RGB
CMYK
RGB Variations
Color information
#918B80 (or 0x918B80) is known color: Heathered Grey. HEX triplet: 91, 8B and 80. RGB value is (145,139,128). Sum of RGB (Red+Green+Blue) = 145+139+128=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #918B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918B80 is #6E747F. Grayscale: #8B8B8B. Windows color (decimal): -7238784 or 8424337. OLE color: 8424337.
HSL color Cylindrical-coordinate representation of color #918B80: hue angle of 38.82º 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 #918B80 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 128 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.43 |
| HSL | 38.82º | 0.07% | 0.54% | - |
| HSV(B) | 38.82º | 0.12% | 0.57% | - |
| XYZ | 24.81 | 26.04 | 24.14 | - |
| YUV | 139.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 128 | 0 | 0.04 | 0.12 | 0.43 | 38.82 | 0.07 | 0.54 |
| Hex | 91 | 8B | 80 | 0 | 4 | C | 2B | 27 | 7 | 36 |
| Octal | 221 | 213 | 200 | 0 | 4 | 14 | 53 | 47 | 7 | 66 |
| Binary | 10010001 | 10001011 | 10000000 | 0 | 100 | 1100 | 101011 | 100111 | 111 | 110110 |
Color Harmonies of #918B80
Complementary color
Monochromatic Colors of #918B80
Black with #918B80
Text Example
Text Example
White with #918B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B80; }
p { color: rgb(145,139,128); }
H1.HeaderClassName
{
color: #918B80;
}
.AnyTagClassName
{
color: #918B80;
}
</style>
background-color css
<style>
a { background-color: #918B80; }
a { background-color: rgb(145,139,128); }
div.DivClassName
{
background-color: #918B80;
}
.BgClassName
{
background-color: #918B80;
}
</style>
border-color css
<style>
span { border-color: #918B80; }
span { border-color: rgb(145,139,128); }
td.TdClassName
{
border-color: #918B80;
}
.TagClassName
{
border-color: #918B80;
}
</style>