Shades of Taupe Grey #927F92
Tints of Taupe Grey #927F92
RGB
CMYK
RGB Variations
Color information
#927F92 (or 0x927F92) is known color: Taupe Grey. HEX triplet: 92, 7F and 92. RGB value is (146,127,146). Sum of RGB (Red+Green+Blue) = 146+127+146=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #927F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F92 is #6D806D. Grayscale: #868686. Windows color (decimal): -7176302 or 9600914. OLE color: 9600914.
HSL color Cylindrical-coordinate representation of color #927F92: hue angle of 300º 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 #927F92 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 146 | - |
| CMYK | 0 | 0.13 | 0 | 0.43 |
| HSL | 300º | 0.08% | 0.54% | - |
| HSV(B) | 300º | 0.13% | 0.57% | - |
| XYZ | 24.63 | 23.37 | 30.41 | - |
| YUV | 134.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 146 | 0 | 0.13 | 0 | 0.43 | 300 | 0.08 | 0.54 |
| Hex | 92 | 7F | 92 | 0 | D | 0 | 2B | 12C | 8 | 36 |
| Octal | 222 | 177 | 222 | 0 | 15 | 0 | 53 | 454 | 10 | 66 |
| Binary | 10010010 | 1111111 | 10010010 | 0 | 1101 | 0 | 101011 | 100101100 | 1000 | 110110 |
Color Harmonies of #927F92
Complementary color
Monochromatic Colors of #927F92
Black with #927F92
Text Example
Text Example
White with #927F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F92; }
p { color: rgb(146,127,146); }
H1.HeaderClassName
{
color: #927F92;
}
.AnyTagClassName
{
color: #927F92;
}
</style>
background-color css
<style>
a { background-color: #927F92; }
a { background-color: rgb(146,127,146); }
div.DivClassName
{
background-color: #927F92;
}
.BgClassName
{
background-color: #927F92;
}
</style>
border-color css
<style>
span { border-color: #927F92; }
span { border-color: rgb(146,127,146); }
td.TdClassName
{
border-color: #927F92;
}
.TagClassName
{
border-color: #927F92;
}
</style>