Html Css Color HEX #9B6776 Mauve Taupe

📋 copy color: '#9B6776'

red 155 ◦ green 103 ◦ blue 118

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

Shades of Mauve Taupe #9B6776

Tints of Mauve Taupe #9B6776

RGB

 RED value IS 155 (60.94% from 255) = 41.22%

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

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

R = 41.22%
G = 27.39%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B6776 (or 0x9B6776) is known color: Mauve Taupe. HEX triplet: 9B, 67 and 76. RGB value is (155,103,118). Sum of RGB (Red+Green+Blue) = 155+103+118=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6776 is #649889. Grayscale: #787878. Windows color (decimal): -6592650 or 7759771. OLE color: 7759771.

HSL color Cylindrical-coordinate representation of color #9B6776: hue angle of 342.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6776 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 103 118 -
CMYK 0 0.34 0.24 0.39
HSL 342.69º 0.21% 0.51% -
HSV(B) 342.69º 0.34% 0.61% -
XYZ 21.64 17.98 19.47 -
YUV 120.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 155 103 118 0 0.34 0.24 0.39 342.69 0.21 0.51
Hex 9B 67 76 0 22 18 27 157 15 33
Octal 233 147 166 0 42 30 47 527 25 63
Binary 10011011 1100111 1110110 0 100010 11000 100111 101010111 10101 110011

Color Harmonies of #9B6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6776

Black with #9B6776

Text Example


Text Example

White with #9B6776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B6776; }

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

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

background-color css

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

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

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

border-color css

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

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

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