Shades of Taupe Grey #927F8F
Tints of Taupe Grey #927F8F
RGB
CMYK
RGB Variations
Color information
#927F8F (or 0x927F8F) is known color: Taupe Grey. HEX triplet: 92, 7F and 8F. RGB value is (146,127,143). Sum of RGB (Red+Green+Blue) = 146+127+143=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #927F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F8F is #6D8070. Grayscale: #868686. Windows color (decimal): -7176305 or 9404306. OLE color: 9404306.
HSL color Cylindrical-coordinate representation of color #927F8F: hue angle of 309.47º 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 #927F8F is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 143 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.43 |
| HSL | 309.47º | 0.08% | 0.54% | - |
| HSV(B) | 309.47º | 0.13% | 0.57% | - |
| XYZ | 24.4 | 23.27 | 29.19 | - |
| YUV | 134.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 143 | 0 | 0.13 | 0.02 | 0.43 | 309.47 | 0.08 | 0.54 |
| Hex | 92 | 7F | 8F | 0 | D | 2 | 2B | 135 | 8 | 36 |
| Octal | 222 | 177 | 217 | 0 | 15 | 2 | 53 | 465 | 10 | 66 |
| Binary | 10010010 | 1111111 | 10001111 | 0 | 1101 | 10 | 101011 | 100110101 | 1000 | 110110 |
Color Harmonies of #927F8F
Complementary color
Monochromatic Colors of #927F8F
Black with #927F8F
Text Example
Text Example
White with #927F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F8F; }
p { color: rgb(146,127,143); }
H1.HeaderClassName
{
color: #927F8F;
}
.AnyTagClassName
{
color: #927F8F;
}
</style>
background-color css
<style>
a { background-color: #927F8F; }
a { background-color: rgb(146,127,143); }
div.DivClassName
{
background-color: #927F8F;
}
.BgClassName
{
background-color: #927F8F;
}
</style>
border-color css
<style>
span { border-color: #927F8F; }
span { border-color: rgb(146,127,143); }
td.TdClassName
{
border-color: #927F8F;
}
.TagClassName
{
border-color: #927F8F;
}
</style>