#935F76

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

Shades of Mauve Taupe #935F76

Tints of Mauve Taupe #935F76

Color information

#935F76 (or 0x935F76) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5F and 76. RGB value is (147,95,118). Sum of RGB (Red+Green+Blue) = 147+95+118=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #935F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F76 is #6CA089. Grayscale: #717171. Windows color (decimal): -7118986 or 7757715. OLE color: 7757715.

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

Color convert

RGB14795118-
CMYK00.350.200.42
HSL333.46º21.49%47.45%-
HSV(B)333.46º35.37%57.65%-
XYZ19.3915.719.15-
YUV113.17130.73152.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=40.83%
G=26.39%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479511800.350.200.42333.4621.4947.45
Hex935F76023142A14d152f
Octal22313716604324525152557
Binary100100111011111111011001000111010010101010100110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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