Html Css Color HEX #935774 Mauve Taupe

📋 copy color: '#935774'

red 147 ◦ green 87 ◦ blue 116

#935774
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #935774

Tints of Mauve Taupe #935774

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.7% from 255) = 33.14%

R = 42%
G = 24.86%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#935774 (or 0x935774) is known color: 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

RGB 147 87 116 -
CMYK 0 0.41 0.21 0.42
HSL 331º 0.26% 0.46% -
HSV(B) 331º 0.41% 0.58% -
XYZ 18.59 14.28 18.3 -
YUV 108.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 147 87 116 0 0.41 0.21 0.42 331 0.26 0.46
Hex 93 57 74 0 29 15 2A 14B 1A 2E
Octal 223 127 164 0 51 25 52 513 32 56
Binary 10010011 1010111 1110100 0 101001 10101 101010 101001011 11010 101110

Color Harmonies of #935774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935774

Black with #935774

Text Example


Text Example

White with #935774

Text Example


Text Example

HTML Codes & Css Web 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>