#946E77

Color #946E77 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #946E77

Tints of Mauve Taupe #946E77

Color information

#946E77 (or 0x946E77) is unknown color: approx Mauve Taupe. HEX triplet: 94, 6E and 77. RGB value is (148,110,119). Sum of RGB (Red+Green+Blue) = 148+110+119=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #946E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E77 is #6B9188. Grayscale: #7A7A7A. Windows color (decimal): -7049609 or 7827092. OLE color: 7827092.

HSL color Cylindrical-coordinate representation of color #946E77: hue angle of 345.79º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946E77 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148110119-
CMYK00.260.200.42
HSL345.79º15.08%50.59%-
HSV(B)345.79º25.68%58.04%-
XYZ21.1218.7819.96-
YUV122.39126.09146.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=39.26%
G=29.18%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811011900.260.200.42345.7915.0850.59
Hex946E7701A142A15af33
Octal22415616703224525321763
Binary1001010011011101110111011010101001010101010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946E77; }

 p { color: rgb(148,110,119); }

 H1.HeaderClassName
 {
   color: #946E77;
 }
 .AnyTagClassName
 {
   color: #946E77;
 }
</style>
background-color css

<style>
 a { background-color: #946E77; }

 a { background-color: rgb(148,110,119); }

 div.DivClassName
 {
   background-color: #946E77;
 }
 .BgClassName
 {
   background-color: #946E77;
 }
</style>
border-color css

<style>
 span { border-color: #946E77; }

 span { border-color: rgb(148,110,119); }

 td.TdClassName
 {
   border-color: #946E77;
 }
 .TagClassName
 {
   border-color: #946E77;
 }
</style>