Shades of Taupe Grey #927F8C
Tints of Taupe Grey #927F8C
RGB
CMYK
RGB Variations
Color information
#927F8C (or 0x927F8C) is known color: Taupe Grey. HEX triplet: 92, 7F and 8C. RGB value is (146,127,140). Sum of RGB (Red+Green+Blue) = 146+127+140=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 146 - color contains mainly: red. Hex color #927F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F8C is #6D8073. Grayscale: #868686. Windows color (decimal): -7176308 or 9207698. OLE color: 9207698.
HSL color Cylindrical-coordinate representation of color #927F8C: hue angle of 318.95º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #927F8C is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 140 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.43 |
| HSL | 318.95º | 0.08% | 0.54% | - |
| HSV(B) | 318.95º | 0.13% | 0.57% | - |
| XYZ | 24.18 | 23.18 | 28.01 | - |
| YUV | 134.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 140 | 0 | 0.13 | 0.04 | 0.43 | 318.95 | 0.08 | 0.54 |
| Hex | 92 | 7F | 8C | 0 | D | 4 | 2B | 13F | 8 | 36 |
| Octal | 222 | 177 | 214 | 0 | 15 | 4 | 53 | 477 | 10 | 66 |
| Binary | 10010010 | 1111111 | 10001100 | 0 | 1101 | 100 | 101011 | 100111111 | 1000 | 110110 |
Color Harmonies of #927F8C
Complementary color
Monochromatic Colors of #927F8C
Black with #927F8C
Text Example
Text Example
White with #927F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F8C; }
p { color: rgb(146,127,140); }
H1.HeaderClassName
{
color: #927F8C;
}
.AnyTagClassName
{
color: #927F8C;
}
</style>
background-color css
<style>
a { background-color: #927F8C; }
a { background-color: rgb(146,127,140); }
div.DivClassName
{
background-color: #927F8C;
}
.BgClassName
{
background-color: #927F8C;
}
</style>
border-color css
<style>
span { border-color: #927F8C; }
span { border-color: rgb(146,127,140); }
td.TdClassName
{
border-color: #927F8C;
}
.TagClassName
{
border-color: #927F8C;
}
</style>