Shades of Taupe Grey #958892
Tints of Taupe Grey #958892
RGB
CMYK
RGB Variations
Color information
#958892 (or 0x958892) is known color: Taupe Grey. HEX triplet: 95, 88 and 92. RGB value is (149,136,146). Sum of RGB (Red+Green+Blue) = 149+136+146=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #958892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958892 is #6A776D. Grayscale: #8D8D8D. Windows color (decimal): -6977390 or 9603221. OLE color: 9603221.
HSL color Cylindrical-coordinate representation of color #958892: hue angle of 313.85º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958892 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 146 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.42 |
| HSL | 313.85º | 0.06% | 0.56% | - |
| HSV(B) | 313.85º | 0.09% | 0.58% | - |
| XYZ | 26.39 | 26.07 | 30.84 | - |
| YUV | 141.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 146 | 0 | 0.09 | 0.02 | 0.42 | 313.85 | 0.06 | 0.56 |
| Hex | 95 | 88 | 92 | 0 | 9 | 2 | 2A | 13A | 6 | 38 |
| Octal | 225 | 210 | 222 | 0 | 11 | 2 | 52 | 472 | 6 | 70 |
| Binary | 10010101 | 10001000 | 10010010 | 0 | 1001 | 10 | 101010 | 100111010 | 110 | 111000 |
Color Harmonies of #958892
Complementary color
Monochromatic Colors of #958892
Black with #958892
Text Example
Text Example
White with #958892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958892; }
p { color: rgb(149,136,146); }
H1.HeaderClassName
{
color: #958892;
}
.AnyTagClassName
{
color: #958892;
}
</style>
background-color css
<style>
a { background-color: #958892; }
a { background-color: rgb(149,136,146); }
div.DivClassName
{
background-color: #958892;
}
.BgClassName
{
background-color: #958892;
}
</style>
border-color css
<style>
span { border-color: #958892; }
span { border-color: rgb(149,136,146); }
td.TdClassName
{
border-color: #958892;
}
.TagClassName
{
border-color: #958892;
}
</style>