Shades of Heathered Grey #959182
Tints of Heathered Grey #959182
RGB
CMYK
RGB Variations
Color information
#959182 (or 0x959182) is known color: Heathered Grey. HEX triplet: 95, 91 and 82. RGB value is (149,145,130). Sum of RGB (Red+Green+Blue) = 149+145+130=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #959182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959182 is #6A6E7D. Grayscale: #909090. Windows color (decimal): -6975102 or 8556949. OLE color: 8556949.
HSL color Cylindrical-coordinate representation of color #959182: hue angle of 47.37º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959182 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 130 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.42 |
| HSL | 47.37º | 0.08% | 0.55% | - |
| HSV(B) | 47.37º | 0.13% | 0.58% | - |
| XYZ | 26.55 | 28.25 | 25.17 | - |
| YUV | 144.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 130 | 0 | 0.03 | 0.13 | 0.42 | 47.37 | 0.08 | 0.55 |
| Hex | 95 | 91 | 82 | 0 | 3 | D | 2A | 2F | 8 | 37 |
| Octal | 225 | 221 | 202 | 0 | 3 | 15 | 52 | 57 | 10 | 67 |
| Binary | 10010101 | 10010001 | 10000010 | 0 | 11 | 1101 | 101010 | 101111 | 1000 | 110111 |
Color Harmonies of #959182
Complementary color
Monochromatic Colors of #959182
Black with #959182
Text Example
Text Example
White with #959182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959182; }
p { color: rgb(149,145,130); }
H1.HeaderClassName
{
color: #959182;
}
.AnyTagClassName
{
color: #959182;
}
</style>
background-color css
<style>
a { background-color: #959182; }
a { background-color: rgb(149,145,130); }
div.DivClassName
{
background-color: #959182;
}
.BgClassName
{
background-color: #959182;
}
</style>
border-color css
<style>
span { border-color: #959182; }
span { border-color: rgb(149,145,130); }
td.TdClassName
{
border-color: #959182;
}
.TagClassName
{
border-color: #959182;
}
</style>