Shades of Mauve Taupe #946777
Tints of Mauve Taupe #946777
RGB
CMYK
RGB Variations
Color information
#946777 (or 0x946777) is known color: Mauve Taupe. HEX triplet: 94, 67 and 77. RGB value is (148,103,119). Sum of RGB (Red+Green+Blue) = 148+103+119=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #946777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946777 is #6B9888. Grayscale: #767676. Windows color (decimal): -7051401 or 7825300. OLE color: 7825300.
HSL color Cylindrical-coordinate representation of color #946777: hue angle of 338.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946777 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 119 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.42 |
| HSL | 338.67º | 0.18% | 0.49% | - |
| HSV(B) | 338.67º | 0.3% | 0.58% | - |
| XYZ | 20.39 | 17.33 | 19.72 | - |
| YUV | 118.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 119 | 0 | 0.30 | 0.20 | 0.42 | 338.67 | 0.18 | 0.49 |
| Hex | 94 | 67 | 77 | 0 | 1E | 14 | 2A | 153 | 12 | 31 |
| Octal | 224 | 147 | 167 | 0 | 36 | 24 | 52 | 523 | 22 | 61 |
| Binary | 10010100 | 1100111 | 1110111 | 0 | 11110 | 10100 | 101010 | 101010011 | 10010 | 110001 |
Color Harmonies of #946777
Complementary color
Monochromatic Colors of #946777
Black with #946777
Text Example
Text Example
White with #946777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946777; }
p { color: rgb(148,103,119); }
H1.HeaderClassName
{
color: #946777;
}
.AnyTagClassName
{
color: #946777;
}
</style>
background-color css
<style>
a { background-color: #946777; }
a { background-color: rgb(148,103,119); }
div.DivClassName
{
background-color: #946777;
}
.BgClassName
{
background-color: #946777;
}
</style>
border-color css
<style>
span { border-color: #946777; }
span { border-color: rgb(148,103,119); }
td.TdClassName
{
border-color: #946777;
}
.TagClassName
{
border-color: #946777;
}
</style>