Shades of Heathered Grey #979085
Tints of Heathered Grey #979085
RGB
CMYK
RGB Variations
Color information
#979085 (or 0x979085) is known color: Heathered Grey. HEX triplet: 97, 90 and 85. RGB value is (151,144,133). Sum of RGB (Red+Green+Blue) = 151+144+133=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #979085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979085 is #686F7A. Grayscale: #909090. Windows color (decimal): -6844283 or 8753303. OLE color: 8753303.
HSL color Cylindrical-coordinate representation of color #979085: hue angle of 36.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979085 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 144 | 133 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.41 |
| HSL | 36.67º | 0.08% | 0.56% | - |
| HSV(B) | 36.67º | 0.12% | 0.59% | - |
| XYZ | 26.97 | 28.22 | 26.22 | - |
| YUV | 144.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 133 | 0 | 0.05 | 0.12 | 0.41 | 36.67 | 0.08 | 0.56 |
| Hex | 97 | 90 | 85 | 0 | 5 | C | 29 | 25 | 8 | 38 |
| Octal | 227 | 220 | 205 | 0 | 5 | 14 | 51 | 45 | 10 | 70 |
| Binary | 10010111 | 10010000 | 10000101 | 0 | 101 | 1100 | 101001 | 100101 | 1000 | 111000 |
Color Harmonies of #979085
Complementary color
Monochromatic Colors of #979085
Black with #979085
Text Example
Text Example
White with #979085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979085; }
p { color: rgb(151,144,133); }
H1.HeaderClassName
{
color: #979085;
}
.AnyTagClassName
{
color: #979085;
}
</style>
background-color css
<style>
a { background-color: #979085; }
a { background-color: rgb(151,144,133); }
div.DivClassName
{
background-color: #979085;
}
.BgClassName
{
background-color: #979085;
}
</style>
border-color css
<style>
span { border-color: #979085; }
span { border-color: rgb(151,144,133); }
td.TdClassName
{
border-color: #979085;
}
.TagClassName
{
border-color: #979085;
}
</style>