Shades of Taupe Grey #927D91
Tints of Taupe Grey #927D91
RGB
CMYK
RGB Variations
Color information
#927D91 (or 0x927D91) is known color: Taupe Grey. HEX triplet: 92, 7D and 91. RGB value is (146,125,145). Sum of RGB (Red+Green+Blue) = 146+125+145=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #927D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D91 is #6D826E. Grayscale: #858585. Windows color (decimal): -7176815 or 9534866. OLE color: 9534866.
HSL color Cylindrical-coordinate representation of color #927D91: hue angle of 302.86º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927D91 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 145 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.43 |
| HSL | 302.86º | 0.09% | 0.53% | - |
| HSV(B) | 302.86º | 0.14% | 0.57% | - |
| XYZ | 24.3 | 22.82 | 29.91 | - |
| YUV | 133.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 145 | 0 | 0.14 | 0.01 | 0.43 | 302.86 | 0.09 | 0.53 |
| Hex | 92 | 7D | 91 | 0 | E | 1 | 2B | 12F | 9 | 35 |
| Octal | 222 | 175 | 221 | 0 | 16 | 1 | 53 | 457 | 11 | 65 |
| Binary | 10010010 | 1111101 | 10010001 | 0 | 1110 | 1 | 101011 | 100101111 | 1001 | 110101 |
Color Harmonies of #927D91
Complementary color
Monochromatic Colors of #927D91
Black with #927D91
Text Example
Text Example
White with #927D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D91; }
p { color: rgb(146,125,145); }
H1.HeaderClassName
{
color: #927D91;
}
.AnyTagClassName
{
color: #927D91;
}
</style>
background-color css
<style>
a { background-color: #927D91; }
a { background-color: rgb(146,125,145); }
div.DivClassName
{
background-color: #927D91;
}
.BgClassName
{
background-color: #927D91;
}
</style>
border-color css
<style>
span { border-color: #927D91; }
span { border-color: rgb(146,125,145); }
td.TdClassName
{
border-color: #927D91;
}
.TagClassName
{
border-color: #927D91;
}
</style>