Shades of Mauve Taupe #92576C
Tints of Mauve Taupe #92576C
RGB
CMYK
RGB Variations
Color information
#92576C (or 0x92576C) is known color: Mauve Taupe. HEX triplet: 92, 57 and 6C. RGB value is (146,87,108). Sum of RGB (Red+Green+Blue) = 146+87+108=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #92576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92576C is #6DA893. Grayscale: #6B6B6B. Windows color (decimal): -7186580 or 7100306. OLE color: 7100306.
HSL color Cylindrical-coordinate representation of color #92576C: hue angle of 338.64º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92576C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 108 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.43 |
| HSL | 338.64º | 0.25% | 0.46% | - |
| HSV(B) | 338.64º | 0.4% | 0.57% | - |
| XYZ | 17.97 | 14.01 | 15.94 | - |
| YUV | 107.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 108 | 0 | 0.40 | 0.26 | 0.43 | 338.64 | 0.25 | 0.46 |
| Hex | 92 | 57 | 6C | 0 | 28 | 1A | 2B | 153 | 19 | 2E |
| Octal | 222 | 127 | 154 | 0 | 50 | 32 | 53 | 523 | 31 | 56 |
| Binary | 10010010 | 1010111 | 1101100 | 0 | 101000 | 11010 | 101011 | 101010011 | 11001 | 101110 |
Color Harmonies of #92576C
Complementary color
Monochromatic Colors of #92576C
Black with #92576C
Text Example
Text Example
White with #92576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92576C; }
p { color: rgb(146,87,108); }
H1.HeaderClassName
{
color: #92576C;
}
.AnyTagClassName
{
color: #92576C;
}
</style>
background-color css
<style>
a { background-color: #92576C; }
a { background-color: rgb(146,87,108); }
div.DivClassName
{
background-color: #92576C;
}
.BgClassName
{
background-color: #92576C;
}
</style>
border-color css
<style>
span { border-color: #92576C; }
span { border-color: rgb(146,87,108); }
td.TdClassName
{
border-color: #92576C;
}
.TagClassName
{
border-color: #92576C;
}
</style>