Shades of Heathered Grey #958B80
Tints of Heathered Grey #958B80
RGB
CMYK
RGB Variations
Color information
#958B80 (or 0x958B80) is known color: Heathered Grey. HEX triplet: 95, 8B and 80. RGB value is (149,139,128). Sum of RGB (Red+Green+Blue) = 149+139+128=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B80 is #6A747F. Grayscale: #8C8C8C. Windows color (decimal): -6976640 or 8424341. OLE color: 8424341.
HSL color Cylindrical-coordinate representation of color #958B80: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958B80 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 128 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.42 |
| HSL | 31.43º | 0.09% | 0.54% | - |
| HSV(B) | 31.43º | 0.14% | 0.58% | - |
| XYZ | 25.52 | 26.41 | 24.18 | - |
| YUV | 140.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 128 | 0 | 0.07 | 0.14 | 0.42 | 31.43 | 0.09 | 0.54 |
| Hex | 95 | 8B | 80 | 0 | 7 | E | 2A | 1F | 9 | 36 |
| Octal | 225 | 213 | 200 | 0 | 7 | 16 | 52 | 37 | 11 | 66 |
| Binary | 10010101 | 10001011 | 10000000 | 0 | 111 | 1110 | 101010 | 11111 | 1001 | 110110 |
Color Harmonies of #958B80
Complementary color
Monochromatic Colors of #958B80
Black with #958B80
Text Example
Text Example
White with #958B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B80; }
p { color: rgb(149,139,128); }
H1.HeaderClassName
{
color: #958B80;
}
.AnyTagClassName
{
color: #958B80;
}
</style>
background-color css
<style>
a { background-color: #958B80; }
a { background-color: rgb(149,139,128); }
div.DivClassName
{
background-color: #958B80;
}
.BgClassName
{
background-color: #958B80;
}
</style>
border-color css
<style>
span { border-color: #958B80; }
span { border-color: rgb(149,139,128); }
td.TdClassName
{
border-color: #958B80;
}
.TagClassName
{
border-color: #958B80;
}
</style>