Shades of Taupe Grey #927E8C
Tints of Taupe Grey #927E8C
RGB
CMYK
RGB Variations
Color information
#927E8C (or 0x927E8C) is known color: Taupe Grey. HEX triplet: 92, 7E and 8C. RGB value is (146,126,140). Sum of RGB (Red+Green+Blue) = 146+126+140=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #927E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E8C is #6D8173. Grayscale: #858585. Windows color (decimal): -7176564 or 9207442. OLE color: 9207442.
HSL color Cylindrical-coordinate representation of color #927E8C: hue angle of 318º degrees, saturation: 0.08, 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 #927E8C is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 140 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.43 |
| HSL | 318º | 0.08% | 0.53% | - |
| HSV(B) | 318º | 0.14% | 0.57% | - |
| XYZ | 24.05 | 22.93 | 27.97 | - |
| YUV | 133.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 140 | 0 | 0.14 | 0.04 | 0.43 | 318 | 0.08 | 0.53 |
| Hex | 92 | 7E | 8C | 0 | E | 4 | 2B | 13E | 8 | 35 |
| Octal | 222 | 176 | 214 | 0 | 16 | 4 | 53 | 476 | 10 | 65 |
| Binary | 10010010 | 1111110 | 10001100 | 0 | 1110 | 100 | 101011 | 100111110 | 1000 | 110101 |
Color Harmonies of #927E8C
Complementary color
Monochromatic Colors of #927E8C
Black with #927E8C
Text Example
Text Example
White with #927E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E8C; }
p { color: rgb(146,126,140); }
H1.HeaderClassName
{
color: #927E8C;
}
.AnyTagClassName
{
color: #927E8C;
}
</style>
background-color css
<style>
a { background-color: #927E8C; }
a { background-color: rgb(146,126,140); }
div.DivClassName
{
background-color: #927E8C;
}
.BgClassName
{
background-color: #927E8C;
}
</style>
border-color css
<style>
span { border-color: #927E8C; }
span { border-color: rgb(146,126,140); }
td.TdClassName
{
border-color: #927E8C;
}
.TagClassName
{
border-color: #927E8C;
}
</style>