Html Css Color HEX #936776 Mauve Taupe

📋 copy color: '#936776'

red 147 ◦ green 103 ◦ blue 118

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

Shades of Mauve Taupe #936776

Tints of Mauve Taupe #936776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 39.95%
G = 27.99%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#936776 (or 0x936776) is known color: Mauve Taupe. HEX triplet: 93, 67 and 76. RGB value is (147,103,118). Sum of RGB (Red+Green+Blue) = 147+103+118=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #936776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936776 is #6C9889. Grayscale: #757575. Windows color (decimal): -7116938 or 7759763. OLE color: 7759763.

HSL color Cylindrical-coordinate representation of color #936776: hue angle of 339.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936776 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 103 118 -
CMYK 0 0.30 0.20 0.42
HSL 339.55º 0.18% 0.49% -
HSV(B) 339.55º 0.3% 0.58% -
XYZ 20.15 17.21 19.4 -
YUV 117.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 147 103 118 0 0.30 0.20 0.42 339.55 0.18 0.49
Hex 93 67 76 0 1E 14 2A 154 12 31
Octal 223 147 166 0 36 24 52 524 22 61
Binary 10010011 1100111 1110110 0 11110 10100 101010 101010100 10010 110001

Color Harmonies of #936776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936776

Black with #936776

Text Example


Text Example

White with #936776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936776; }

 p { color: rgb(147,103,118); }

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

background-color css

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

 a { background-color: rgb(147,103,118); }

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

border-color css

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

 span { border-color: rgb(147,103,118); }

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