#946C77

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

Shades of Mauve Taupe #946C77

Tints of Mauve Taupe #946C77

Color information

#946C77 (or 0x946C77) is unknown color: approx Mauve Taupe. HEX triplet: 94, 6C and 77. RGB value is (148,108,119). Sum of RGB (Red+Green+Blue) = 148+108+119=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #946C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C77 is #6B9388. Grayscale: #797979. Windows color (decimal): -7050121 or 7826580. OLE color: 7826580.

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

Color convert

RGB148108119-
CMYK00.270.200.42
HSL343.5º15.75%50.2%-
HSV(B)343.5º27.03%58.04%-
XYZ20.9118.3519.89-
YUV121.21126.75147.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=39.47%
G=28.8%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810811900.270.200.42343.515.7550.2
Hex946C7701B142A1581032
Octal22415416703324525302062
Binary10010100110110011101110110111010010101010101100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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