Shades of Taupe Grey #958E94
Tints of Taupe Grey #958E94
RGB
CMYK
RGB Variations
Color information
#958E94 (or 0x958E94) is known color: Taupe Grey. HEX triplet: 95, 8E and 94. RGB value is (149,142,148). Sum of RGB (Red+Green+Blue) = 149+142+148=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 149 - color contains mainly: red. Hex color #958E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E94 is #6A716B. Grayscale: #909090. Windows color (decimal): -6975852 or 9735829. OLE color: 9735829.
HSL color Cylindrical-coordinate representation of color #958E94: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #958E94 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 148 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.42 |
| HSL | 308.57º | 0.03% | 0.57% | - |
| HSV(B) | 308.57º | 0.05% | 0.58% | - |
| XYZ | 27.41 | 27.87 | 31.95 | - |
| YUV | 144.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 148 | 0 | 0.05 | 0.01 | 0.42 | 308.57 | 0.03 | 0.57 |
| Hex | 95 | 8E | 94 | 0 | 5 | 1 | 2A | 135 | 3 | 39 |
| Octal | 225 | 216 | 224 | 0 | 5 | 1 | 52 | 465 | 3 | 71 |
| Binary | 10010101 | 10001110 | 10010100 | 0 | 101 | 1 | 101010 | 100110101 | 11 | 111001 |
Color Harmonies of #958E94
Complementary color
Monochromatic Colors of #958E94
Black with #958E94
Text Example
Text Example
White with #958E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E94; }
p { color: rgb(149,142,148); }
H1.HeaderClassName
{
color: #958E94;
}
.AnyTagClassName
{
color: #958E94;
}
</style>
background-color css
<style>
a { background-color: #958E94; }
a { background-color: rgb(149,142,148); }
div.DivClassName
{
background-color: #958E94;
}
.BgClassName
{
background-color: #958E94;
}
</style>
border-color css
<style>
span { border-color: #958E94; }
span { border-color: rgb(149,142,148); }
td.TdClassName
{
border-color: #958E94;
}
.TagClassName
{
border-color: #958E94;
}
</style>