Shades of Taupe Grey #957F93
Tints of Taupe Grey #957F93
RGB
CMYK
RGB Variations
Color information
#957F93 (or 0x957F93) is known color: Taupe Grey. HEX triplet: 95, 7F and 93. RGB value is (149,127,147). Sum of RGB (Red+Green+Blue) = 149+127+147=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #957F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F93 is #6A806C. Grayscale: #878787. Windows color (decimal): -6979693 or 9666453. OLE color: 9666453.
HSL color Cylindrical-coordinate representation of color #957F93: hue angle of 305.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #957F93 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 147 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.42 |
| HSL | 305.45º | 0.09% | 0.54% | - |
| HSV(B) | 305.45º | 0.15% | 0.58% | - |
| XYZ | 25.25 | 23.67 | 30.84 | - |
| YUV | 135.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 147 | 0 | 0.15 | 0.01 | 0.42 | 305.45 | 0.09 | 0.54 |
| Hex | 95 | 7F | 93 | 0 | F | 1 | 2A | 131 | 9 | 36 |
| Octal | 225 | 177 | 223 | 0 | 17 | 1 | 52 | 461 | 11 | 66 |
| Binary | 10010101 | 1111111 | 10010011 | 0 | 1111 | 1 | 101010 | 100110001 | 1001 | 110110 |
Color Harmonies of #957F93
Complementary color
Monochromatic Colors of #957F93
Black with #957F93
Text Example
Text Example
White with #957F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F93; }
p { color: rgb(149,127,147); }
H1.HeaderClassName
{
color: #957F93;
}
.AnyTagClassName
{
color: #957F93;
}
</style>
background-color css
<style>
a { background-color: #957F93; }
a { background-color: rgb(149,127,147); }
div.DivClassName
{
background-color: #957F93;
}
.BgClassName
{
background-color: #957F93;
}
</style>
border-color css
<style>
span { border-color: #957F93; }
span { border-color: rgb(149,127,147); }
td.TdClassName
{
border-color: #957F93;
}
.TagClassName
{
border-color: #957F93;
}
</style>