#9D5772

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

Shades of Mauve Taupe #9D5772

Tints of Mauve Taupe #9D5772

Color information

#9D5772 (or 0x9D5772) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 57 and 72. RGB value is (157,87,114). Sum of RGB (Red+Green+Blue) = 157+87+114=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5772 is #62A88D. Grayscale: #6E6E6E. Windows color (decimal): -6465678 or 7493533. OLE color: 7493533.

HSL color Cylindrical-coordinate representation of color #9D5772: hue angle of 336.86º 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 #9D5772 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15787114-
CMYK00.450.270.38
HSL336.86º28.69%47.84%-
HSV(B)336.86º44.59%61.57%-
XYZ20.3515.217.78-
YUV111.01129.69160.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.85%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=43.85%
G=24.30%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578711400.450.270.38336.8628.6947.84
Hex9D577202D1B261511d30
Octal23512716205533465213560
Binary100111011010111111001001011011101110011010101000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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