Html Css Color HEX #936477 Mauve Taupe

📋 copy color: '#936477'

red 147 ◦ green 100 ◦ blue 119

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

Shades of Mauve Taupe #936477

Tints of Mauve Taupe #936477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 40.16%
G = 27.32%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#936477 (or 0x936477) is known color: Mauve Taupe. HEX triplet: 93, 64 and 77. RGB value is (147,100,119). Sum of RGB (Red+Green+Blue) = 147+100+119=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936477 is #6C9B88. Grayscale: #747474. Windows color (decimal): -7117705 or 7824531. OLE color: 7824531.

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

Color convert

RGB 147 100 119 -
CMYK 0 0.32 0.19 0.42
HSL 335.74º 0.19% 0.48% -
HSV(B) 335.74º 0.32% 0.58% -
XYZ 19.92 16.65 19.62 -
YUV 116.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 147 100 119 0 0.32 0.19 0.42 335.74 0.19 0.48
Hex 93 64 77 0 20 13 2A 150 13 30
Octal 223 144 167 0 40 23 52 520 23 60
Binary 10010011 1100100 1110111 0 100000 10011 101010 101010000 10011 110000

Color Harmonies of #936477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936477

Black with #936477

Text Example


Text Example

White with #936477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936477; }

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

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

background-color css

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

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

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

border-color css

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

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

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