Html Css Color HEX #935474 Mauve Taupe

📋 copy color: '#935474'

red 147 ◦ green 84 ◦ blue 116

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

Shades of Mauve Taupe #935474

Tints of Mauve Taupe #935474

RGB

 RED value IS 147 (57.81% from 255) = 42.36%

 GREEN value IS 84 (33.2% from 255) = 24.21%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 42.36%
G = 24.21%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#935474 (or 0x935474) is known color: Mauve Taupe. HEX triplet: 93, 54 and 74. RGB value is (147,84,116). Sum of RGB (Red+Green+Blue) = 147+84+116=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935474 is #6CAB8B. Grayscale: #6A6A6A. Windows color (decimal): -7121804 or 7623827. OLE color: 7623827.

HSL color Cylindrical-coordinate representation of color #935474: hue angle of 329.52º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #935474 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 84 116 -
CMYK 0 0.43 0.21 0.42
HSL 329.52º 0.27% 0.45% -
HSV(B) 329.52º 0.43% 0.58% -
XYZ 18.36 13.8 18.22 -
YUV 106.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 147 84 116 0 0.43 0.21 0.42 329.52 0.27 0.45
Hex 93 54 74 0 2B 15 2A 14A 1B 2D
Octal 223 124 164 0 53 25 52 512 33 55
Binary 10010011 1010100 1110100 0 101011 10101 101010 101001010 11011 101101

Color Harmonies of #935474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935474

Black with #935474

Text Example


Text Example

White with #935474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935474; }

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

 H1.HeaderClassName
 {
   color: #935474;
 }
 .AnyTagClassName
 {
   color: #935474;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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