Shades of Heathered Grey #908B80
Tints of Heathered Grey #908B80
RGB
CMYK
RGB Variations
Color information
#908B80 (or 0x908B80) is known color: Heathered Grey. HEX triplet: 90, 8B and 80. RGB value is (144,139,128). Sum of RGB (Red+Green+Blue) = 144+139+128=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B80 is #6F747F. Grayscale: #8B8B8B. Windows color (decimal): -7304320 or 8424336. OLE color: 8424336.
HSL color Cylindrical-coordinate representation of color #908B80: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908B80 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 128 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.44 |
| HSL | 41.25º | 0.07% | 0.53% | - |
| HSV(B) | 41.25º | 0.11% | 0.56% | - |
| XYZ | 24.63 | 25.95 | 24.13 | - |
| YUV | 139.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 128 | 0 | 0.03 | 0.11 | 0.44 | 41.25 | 0.07 | 0.53 |
| Hex | 90 | 8B | 80 | 0 | 3 | B | 2C | 29 | 7 | 35 |
| Octal | 220 | 213 | 200 | 0 | 3 | 13 | 54 | 51 | 7 | 65 |
| Binary | 10010000 | 10001011 | 10000000 | 0 | 11 | 1011 | 101100 | 101001 | 111 | 110101 |
Color Harmonies of #908B80
Complementary color
Monochromatic Colors of #908B80
Black with #908B80
Text Example
Text Example
White with #908B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B80; }
p { color: rgb(144,139,128); }
H1.HeaderClassName
{
color: #908B80;
}
.AnyTagClassName
{
color: #908B80;
}
</style>
background-color css
<style>
a { background-color: #908B80; }
a { background-color: rgb(144,139,128); }
div.DivClassName
{
background-color: #908B80;
}
.BgClassName
{
background-color: #908B80;
}
</style>
border-color css
<style>
span { border-color: #908B80; }
span { border-color: rgb(144,139,128); }
td.TdClassName
{
border-color: #908B80;
}
.TagClassName
{
border-color: #908B80;
}
</style>