#936A77

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

Shades of Mauve Taupe #936A77

Tints of Mauve Taupe #936A77

Color information

#936A77 (or 0x936A77) is unknown color: approx Mauve Taupe. HEX triplet: 93, 6A and 77. RGB value is (147,106,119). Sum of RGB (Red+Green+Blue) = 147+106+119=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #936A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A77 is #6C9588. Grayscale: #777777. Windows color (decimal): -7116169 or 7826067. OLE color: 7826067.

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

Color convert

RGB147106119-
CMYK00.280.190.42
HSL340.98º16.21%49.61%-
HSV(B)340.98º27.89%57.65%-
XYZ20.5217.8419.82-
YUV119.74127.58147.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=39.52%
G=28.49%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710611900.280.190.42340.9816.2149.61
Hex936A7701C132A1551032
Octal22315216703423525252062
Binary10010011110101011101110111001001110101010101010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936A77; }

 p { color: rgb(147,106,119); }

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

<style>
 a { background-color: #936A77; }

 a { background-color: rgb(147,106,119); }

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

<style>
 span { border-color: #936A77; }

 span { border-color: rgb(147,106,119); }

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