#9D5C76

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

Shades of Mauve Taupe #9D5C76

Tints of Mauve Taupe #9D5C76

Color information

#9D5C76 (or 0x9D5C76) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 5C and 76. RGB value is (157,92,118). Sum of RGB (Red+Green+Blue) = 157+92+118=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5C76 is #62A389. Grayscale: #727272. Windows color (decimal): -6464394 or 7756957. OLE color: 7756957.

HSL color Cylindrical-coordinate representation of color #9D5C76: hue angle of 336º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5C76 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15792118-
CMYK00.410.250.38
HSL336º26.1%48.82%-
HSV(B)336º41.4%61.57%-
XYZ2116.1319.15-
YUV114.4130.03158.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=42.78%
G=25.07%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579211800.410.250.3833626.148.82
Hex9D5C7602919261501a31
Octal23513416605131465203261
Binary100111011011100111011001010011100110011010101000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,118); }

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

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

 a { background-color: rgb(157,92,118); }

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

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

 span { border-color: rgb(157,92,118); }

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