#935774

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

Shades of Mauve Taupe #935774

Tints of Mauve Taupe #935774

Color information

#935774 (or 0x935774) is unknown color: approx Mauve Taupe. HEX triplet: 93, 57 and 74. RGB value is (147,87,116). Sum of RGB (Red+Green+Blue) = 147+87+116=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935774 is #6CA88B. Grayscale: #6C6C6C. Windows color (decimal): -7121036 or 7624595. OLE color: 7624595.

HSL color Cylindrical-coordinate representation of color #935774: hue angle of 331º 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 #935774 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14787116-
CMYK00.410.210.42
HSL331º25.64%45.88%-
HSV(B)331º40.82%57.65%-
XYZ18.5914.2818.3-
YUV108.25132.38155.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=42%
G=24.86%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478711600.410.210.4233125.6445.88
Hex935774029152A14b1a2e
Octal22312716405125525133256
Binary100100111010111111010001010011010110101010100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935774; }

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

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

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

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

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

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

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

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