Html Css Color HEX #936F77 Mauve Taupe

📋 copy color: '#936F77'

red 147 ◦ green 111 ◦ blue 119

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

Shades of Mauve Taupe #936F77

Tints of Mauve Taupe #936F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

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

R = 38.99%
G = 29.44%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#936F77 (or 0x936F77) is known color: Mauve Taupe. HEX triplet: 93, 6F and 77. RGB value is (147,111,119). Sum of RGB (Red+Green+Blue) = 147+111+119=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #936F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F77 is #6C9088. Grayscale: #7A7A7A. Windows color (decimal): -7114889 or 7827347. OLE color: 7827347.

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

Color convert

RGB 147 111 119 -
CMYK 0 0.24 0.19 0.42
HSL 346.67º 0.14% 0.51% -
HSV(B) 346.67º 0.24% 0.58% -
XYZ 21.05 18.9 19.99 -
YUV 122.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 147 111 119 0 0.24 0.19 0.42 346.67 0.14 0.51
Hex 93 6F 77 0 18 13 2A 15B E 33
Octal 223 157 167 0 30 23 52 533 16 63
Binary 10010011 1101111 1110111 0 11000 10011 101010 101011011 1110 110011

Color Harmonies of #936F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936F77

Black with #936F77

Text Example


Text Example

White with #936F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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