#9B5C77

Color #9B5C77 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9B5C77

Tints of Mauve Taupe #9B5C77

Color information

#9B5C77 (or 0x9B5C77) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5C and 77. RGB value is (155,92,119). Sum of RGB (Red+Green+Blue) = 155+92+119=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5C77 is #64A388. Grayscale: #717171. Windows color (decimal): -6595465 or 7822491. OLE color: 7822491.

HSL color Cylindrical-coordinate representation of color #9B5C77: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B5C77 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15592119-
CMYK00.410.230.39
HSL334.29º25.51%48.43%-
HSV(B)334.29º40.65%60.78%-
XYZ20.6715.9519.44-
YUV113.92130.87157.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=42.35%
G=25.14%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559211900.410.230.39334.2925.5148.43
Hex9B5C77029172714e1a30
Octal23313416705127475163260
Binary100110111011100111011101010011011110011110100111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B5C77;
 }
 .AnyTagClassName
 {
   color: #9B5C77;
 }
</style>
background-color css

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

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

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

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

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

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