Html Css Color HEX #935773 Mauve Taupe

📋 copy color: '#935773'

red 147 ◦ green 87 ◦ blue 115

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

Shades of Mauve Taupe #935773

Tints of Mauve Taupe #935773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 42.12%
G = 24.93%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#935773 (or 0x935773) is known color: Mauve Taupe. HEX triplet: 93, 57 and 73. RGB value is (147,87,115). Sum of RGB (Red+Green+Blue) = 147+87+115=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935773 is #6CA88C. Grayscale: #6C6C6C. Windows color (decimal): -7121037 or 7559059. OLE color: 7559059.

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

Color convert

RGB 147 87 115 -
CMYK 0 0.41 0.22 0.42
HSL 332º 0.26% 0.46% -
HSV(B) 332º 0.41% 0.58% -
XYZ 18.54 14.26 17.99 -
YUV 108.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 147 87 115 0 0.41 0.22 0.42 332 0.26 0.46
Hex 93 57 73 0 29 16 2A 14C 1A 2E
Octal 223 127 163 0 51 26 52 514 32 56
Binary 10010011 1010111 1110011 0 101001 10110 101010 101001100 11010 101110

Color Harmonies of #935773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935773

Black with #935773

Text Example


Text Example

White with #935773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935773; }

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

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

background-color css

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

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

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

border-color css

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

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

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