#935E76

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

Shades of Mauve Taupe #935E76

Tints of Mauve Taupe #935E76

Color information

#935E76 (or 0x935E76) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5E and 76. RGB value is (147,94,118). Sum of RGB (Red+Green+Blue) = 147+94+118=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #935E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E76 is #6CA189. Grayscale: #707070. Windows color (decimal): -7119242 or 7757459. OLE color: 7757459.

HSL color Cylindrical-coordinate representation of color #935E76: hue angle of 332.83º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E76 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14794118-
CMYK00.360.200.42
HSL332.83º21.99%47.25%-
HSV(B)332.83º36.05%57.65%-
XYZ19.3115.5219.12-
YUV112.58131.06152.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=40.95%
G=26.18%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479411800.360.200.42332.8321.9947.25
Hex935E76024142A14d162f
Octal22313616604424525152657
Binary100100111011110111011001001001010010101010100110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935E76; }

 p { color: rgb(147,94,118); }

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

<style>
 a { background-color: #935E76; }

 a { background-color: rgb(147,94,118); }

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

<style>
 span { border-color: #935E76; }

 span { border-color: rgb(147,94,118); }

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