Html Css Color HEX #936A77 Mauve Taupe

📋 copy color: '#936A77'

red 147 ◦ green 106 ◦ blue 119

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

Shades of Mauve Taupe #936A77

Tints of Mauve Taupe #936A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

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

R = 39.52%
G = 28.49%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#936A77 (or 0x936A77) is known color: Mauve Taupe. HEX triplet: 93, 6A and 77. RGB value is (147,106,119). Sum of RGB (Red+Green+Blue) = 147+106+119=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #936A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A77 is #6C9588. Grayscale: #777777. Windows color (decimal): -7116169 or 7826067. OLE color: 7826067.

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

Color convert

RGB 147 106 119 -
CMYK 0 0.28 0.19 0.42
HSL 340.98º 0.16% 0.5% -
HSV(B) 340.98º 0.28% 0.58% -
XYZ 20.52 17.84 19.82 -
YUV 119.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 147 106 119 0 0.28 0.19 0.42 340.98 0.16 0.5
Hex 93 6A 77 0 1C 13 2A 155 10 32
Octal 223 152 167 0 34 23 52 525 20 62
Binary 10010011 1101010 1110111 0 11100 10011 101010 101010101 10000 110010

Color Harmonies of #936A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936A77

Black with #936A77

Text Example


Text Example

White with #936A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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