Shades of Taupe Grey #927C90
Tints of Taupe Grey #927C90
RGB
CMYK
RGB Variations
Color information
#927C90 (or 0x927C90) is known color: Taupe Grey. HEX triplet: 92, 7C and 90. RGB value is (146,124,144). Sum of RGB (Red+Green+Blue) = 146+124+144=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #927C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C90 is #6D836F. Grayscale: #848484. Windows color (decimal): -7177072 or 9469074. OLE color: 9469074.
HSL color Cylindrical-coordinate representation of color #927C90: hue angle of 305.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #927C90 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 144 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.43 |
| HSL | 305.45º | 0.09% | 0.53% | - |
| HSV(B) | 305.45º | 0.15% | 0.57% | - |
| XYZ | 24.1 | 22.54 | 29.47 | - |
| YUV | 132.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 144 | 0 | 0.15 | 0.01 | 0.43 | 305.45 | 0.09 | 0.53 |
| Hex | 92 | 7C | 90 | 0 | F | 1 | 2B | 131 | 9 | 35 |
| Octal | 222 | 174 | 220 | 0 | 17 | 1 | 53 | 461 | 11 | 65 |
| Binary | 10010010 | 1111100 | 10010000 | 0 | 1111 | 1 | 101011 | 100110001 | 1001 | 110101 |
Color Harmonies of #927C90
Complementary color
Monochromatic Colors of #927C90
Black with #927C90
Text Example
Text Example
White with #927C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C90; }
p { color: rgb(146,124,144); }
H1.HeaderClassName
{
color: #927C90;
}
.AnyTagClassName
{
color: #927C90;
}
</style>
background-color css
<style>
a { background-color: #927C90; }
a { background-color: rgb(146,124,144); }
div.DivClassName
{
background-color: #927C90;
}
.BgClassName
{
background-color: #927C90;
}
</style>
border-color css
<style>
span { border-color: #927C90; }
span { border-color: rgb(146,124,144); }
td.TdClassName
{
border-color: #927C90;
}
.TagClassName
{
border-color: #927C90;
}
</style>