Shades of Taupe Grey #958592
Tints of Taupe Grey #958592
RGB
CMYK
RGB Variations
Color information
#958592 (or 0x958592) is known color: Taupe Grey. HEX triplet: 95, 85 and 92. RGB value is (149,133,146). Sum of RGB (Red+Green+Blue) = 149+133+146=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958592 is #6A7A6D. Grayscale: #8B8B8B. Windows color (decimal): -6978158 or 9602453. OLE color: 9602453.
HSL color Cylindrical-coordinate representation of color #958592: hue angle of 311.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958592 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 146 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.42 |
| HSL | 311.25º | 0.07% | 0.55% | - |
| HSV(B) | 311.25º | 0.11% | 0.58% | - |
| XYZ | 25.97 | 25.24 | 30.7 | - |
| YUV | 139.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 146 | 0 | 0.11 | 0.02 | 0.42 | 311.25 | 0.07 | 0.55 |
| Hex | 95 | 85 | 92 | 0 | B | 2 | 2A | 137 | 7 | 37 |
| Octal | 225 | 205 | 222 | 0 | 13 | 2 | 52 | 467 | 7 | 67 |
| Binary | 10010101 | 10000101 | 10010010 | 0 | 1011 | 10 | 101010 | 100110111 | 111 | 110111 |
Color Harmonies of #958592
Complementary color
Monochromatic Colors of #958592
Black with #958592
Text Example
Text Example
White with #958592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958592; }
p { color: rgb(149,133,146); }
H1.HeaderClassName
{
color: #958592;
}
.AnyTagClassName
{
color: #958592;
}
</style>
background-color css
<style>
a { background-color: #958592; }
a { background-color: rgb(149,133,146); }
div.DivClassName
{
background-color: #958592;
}
.BgClassName
{
background-color: #958592;
}
</style>
border-color css
<style>
span { border-color: #958592; }
span { border-color: rgb(149,133,146); }
td.TdClassName
{
border-color: #958592;
}
.TagClassName
{
border-color: #958592;
}
</style>