Shades of Taupe Grey #958A92
Tints of Taupe Grey #958A92
RGB
CMYK
RGB Variations
Color information
#958A92 (or 0x958A92) is known color: Taupe Grey. HEX triplet: 95, 8A and 92. RGB value is (149,138,146). Sum of RGB (Red+Green+Blue) = 149+138+146=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 149 - color contains mainly: red. Hex color #958A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A92 is #6A756D. Grayscale: #8E8E8E. Windows color (decimal): -6976878 or 9603733. OLE color: 9603733.
HSL color Cylindrical-coordinate representation of color #958A92: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #958A92 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 146 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.42 |
| HSL | 316.36º | 0.05% | 0.56% | - |
| HSV(B) | 316.36º | 0.07% | 0.58% | - |
| XYZ | 26.67 | 26.64 | 30.93 | - |
| YUV | 142.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 146 | 0 | 0.07 | 0.02 | 0.42 | 316.36 | 0.05 | 0.56 |
| Hex | 95 | 8A | 92 | 0 | 7 | 2 | 2A | 13C | 5 | 38 |
| Octal | 225 | 212 | 222 | 0 | 7 | 2 | 52 | 474 | 5 | 70 |
| Binary | 10010101 | 10001010 | 10010010 | 0 | 111 | 10 | 101010 | 100111100 | 101 | 111000 |
Color Harmonies of #958A92
Complementary color
Monochromatic Colors of #958A92
Black with #958A92
Text Example
Text Example
White with #958A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A92; }
p { color: rgb(149,138,146); }
H1.HeaderClassName
{
color: #958A92;
}
.AnyTagClassName
{
color: #958A92;
}
</style>
background-color css
<style>
a { background-color: #958A92; }
a { background-color: rgb(149,138,146); }
div.DivClassName
{
background-color: #958A92;
}
.BgClassName
{
background-color: #958A92;
}
</style>
border-color css
<style>
span { border-color: #958A92; }
span { border-color: rgb(149,138,146); }
td.TdClassName
{
border-color: #958A92;
}
.TagClassName
{
border-color: #958A92;
}
</style>