Html Css Color HEX #9B6777 Mauve Taupe

📋 copy color: '#9B6777'

red 155 ◦ green 103 ◦ blue 119

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

Shades of Mauve Taupe #9B6777

Tints of Mauve Taupe #9B6777

RGB

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

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

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

R = 41.11%
G = 27.32%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B6777 (or 0x9B6777) is known color: Mauve Taupe. HEX triplet: 9B, 67 and 77. RGB value is (155,103,119). Sum of RGB (Red+Green+Blue) = 155+103+119=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6777 is #649888. Grayscale: #787878. Windows color (decimal): -6592649 or 7825307. OLE color: 7825307.

HSL color Cylindrical-coordinate representation of color #9B6777: hue angle of 341.54º 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 #9B6777 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 103 119 -
CMYK 0 0.34 0.23 0.39
HSL 341.54º 0.21% 0.51% -
HSV(B) 341.54º 0.34% 0.61% -
XYZ 21.7 18 19.78 -
YUV 120.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 155 103 119 0 0.34 0.23 0.39 341.54 0.21 0.51
Hex 9B 67 77 0 22 17 27 156 15 33
Octal 233 147 167 0 42 27 47 526 25 63
Binary 10011011 1100111 1110111 0 100010 10111 100111 101010110 10101 110011

Color Harmonies of #9B6777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6777

Black with #9B6777

Text Example


Text Example

White with #9B6777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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