Html Css Color HEX #936377 Mauve Taupe

📋 copy color: '#936377'

red 147 ◦ green 99 ◦ blue 119

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

Shades of Mauve Taupe #936377

Tints of Mauve Taupe #936377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 40.27%
G = 27.12%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#936377 (or 0x936377) is known color: Mauve Taupe. HEX triplet: 93, 63 and 77. RGB value is (147,99,119). Sum of RGB (Red+Green+Blue) = 147+99+119=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936377 is #6C9C88. Grayscale: #737373. Windows color (decimal): -7117961 or 7824275. OLE color: 7824275.

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

Color convert

RGB 147 99 119 -
CMYK 0 0.33 0.19 0.42
HSL 335º 0.2% 0.48% -
HSV(B) 335º 0.33% 0.58% -
XYZ 19.82 16.46 19.58 -
YUV 115.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 147 99 119 0 0.33 0.19 0.42 335 0.2 0.48
Hex 93 63 77 0 21 13 2A 14F 14 30
Octal 223 143 167 0 41 23 52 517 24 60
Binary 10010011 1100011 1110111 0 100001 10011 101010 101001111 10100 110000

Color Harmonies of #936377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936377

Black with #936377

Text Example


Text Example

White with #936377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936377; }

 p { color: rgb(147,99,119); }

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

background-color css

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

 a { background-color: rgb(147,99,119); }

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

border-color css

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

 span { border-color: rgb(147,99,119); }

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