Shades of Taupe Grey #928E91
Tints of Taupe Grey #928E91
RGB
CMYK
RGB Variations
Color information
#928E91 (or 0x928E91) is known color: Taupe Grey. HEX triplet: 92, 8E and 91. RGB value is (146,142,145). Sum of RGB (Red+Green+Blue) = 146+142+145=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 146 - color contains mainly: red. Hex color #928E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928E91 is #6D716E. Grayscale: #8F8F8F. Windows color (decimal): -7172463 or 9539218. OLE color: 9539218.
HSL color Cylindrical-coordinate representation of color #928E91: hue angle of 315º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #928E91 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 145 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.43 |
| HSL | 315º | 0.02% | 0.56% | - |
| HSV(B) | 315º | 0.03% | 0.57% | - |
| XYZ | 26.64 | 27.5 | 30.69 | - |
| YUV | 143.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 145 | 0 | 0.03 | 0.01 | 0.43 | 315 | 0.02 | 0.56 |
| Hex | 92 | 8E | 91 | 0 | 3 | 1 | 2B | 13B | 2 | 38 |
| Octal | 222 | 216 | 221 | 0 | 3 | 1 | 53 | 473 | 2 | 70 |
| Binary | 10010010 | 10001110 | 10010001 | 0 | 11 | 1 | 101011 | 100111011 | 10 | 111000 |
Color Harmonies of #928E91
Complementary color
Monochromatic Colors of #928E91
Black with #928E91
Text Example
Text Example
White with #928E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E91; }
p { color: rgb(146,142,145); }
H1.HeaderClassName
{
color: #928E91;
}
.AnyTagClassName
{
color: #928E91;
}
</style>
background-color css
<style>
a { background-color: #928E91; }
a { background-color: rgb(146,142,145); }
div.DivClassName
{
background-color: #928E91;
}
.BgClassName
{
background-color: #928E91;
}
</style>
border-color css
<style>
span { border-color: #928E91; }
span { border-color: rgb(146,142,145); }
td.TdClassName
{
border-color: #928E91;
}
.TagClassName
{
border-color: #928E91;
}
</style>