#9D5774

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

Shades of Mauve Taupe #9D5774

Tints of Mauve Taupe #9D5774

Color information

#9D5774 (or 0x9D5774) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 57 and 74. RGB value is (157,87,116). Sum of RGB (Red+Green+Blue) = 157+87+116=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5774 is #62A88B. Grayscale: #6F6F6F. Windows color (decimal): -6465676 or 7624605. OLE color: 7624605.

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

Color convert

RGB15787116-
CMYK00.450.260.38
HSL335.14º28.69%47.84%-
HSV(B)335.14º44.59%61.57%-
XYZ20.4715.2518.39-
YUV111.24130.69160.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=43.61%
G=24.17%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578711600.450.260.38335.1428.6947.84
Hex9D577402D1A2614f1d30
Octal23512716405532465173560
Binary100111011010111111010001011011101010011010100111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,87,116); }

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

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

 a { background-color: rgb(157,87,116); }

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

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

 span { border-color: rgb(157,87,116); }

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