Shades of Taupe Grey #957D94
Tints of Taupe Grey #957D94
RGB
CMYK
RGB Variations
Color information
#957D94 (or 0x957D94) is known color: Taupe Grey. HEX triplet: 95, 7D and 94. RGB value is (149,125,148). Sum of RGB (Red+Green+Blue) = 149+125+148=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #957D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957D94 is #6A826B. Grayscale: #868686. Windows color (decimal): -6980204 or 9731477. OLE color: 9731477.
HSL color Cylindrical-coordinate representation of color #957D94: hue angle of 302.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #957D94 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 148 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.42 |
| HSL | 302.5º | 0.1% | 0.54% | - |
| HSV(B) | 302.5º | 0.16% | 0.58% | - |
| XYZ | 25.07 | 23.19 | 31.17 | - |
| YUV | 134.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 148 | 0 | 0.16 | 0.01 | 0.42 | 302.5 | 0.1 | 0.54 |
| Hex | 95 | 7D | 94 | 0 | 10 | 1 | 2A | 12E | A | 36 |
| Octal | 225 | 175 | 224 | 0 | 20 | 1 | 52 | 456 | 12 | 66 |
| Binary | 10010101 | 1111101 | 10010100 | 0 | 10000 | 1 | 101010 | 100101110 | 1010 | 110110 |
Color Harmonies of #957D94
Complementary color
Monochromatic Colors of #957D94
Black with #957D94
Text Example
Text Example
White with #957D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D94; }
p { color: rgb(149,125,148); }
H1.HeaderClassName
{
color: #957D94;
}
.AnyTagClassName
{
color: #957D94;
}
</style>
background-color css
<style>
a { background-color: #957D94; }
a { background-color: rgb(149,125,148); }
div.DivClassName
{
background-color: #957D94;
}
.BgClassName
{
background-color: #957D94;
}
</style>
border-color css
<style>
span { border-color: #957D94; }
span { border-color: rgb(149,125,148); }
td.TdClassName
{
border-color: #957D94;
}
.TagClassName
{
border-color: #957D94;
}
</style>