#935770

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

Shades of Mauve Taupe #935770

Tints of Mauve Taupe #935770

Color information

#935770 (or 0x935770) is unknown color: approx Mauve Taupe. HEX triplet: 93, 57 and 70. RGB value is (147,87,112). Sum of RGB (Red+Green+Blue) = 147+87+112=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935770 is #6CA88F. Grayscale: #6B6B6B. Windows color (decimal): -7121040 or 7362451. OLE color: 7362451.

HSL color Cylindrical-coordinate representation of color #935770: hue angle of 335º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935770 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14787112-
CMYK00.410.240.42
HSL335º25.64%45.88%-
HSV(B)335º40.82%57.65%-
XYZ18.3714.1917.1-
YUV107.79130.38155.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=42.49%
G=25.14%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478711200.410.240.4233525.6445.88
Hex935770029182A14f1a2e
Octal22312716005130525173256
Binary100100111010111111000001010011100010101010100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935770; }

 p { color: rgb(147,87,112); }

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

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

 a { background-color: rgb(147,87,112); }

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

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

 span { border-color: rgb(147,87,112); }

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