#7D5D71

Color #7D5D71 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #7D5D71

Tints of Monsoon #7D5D71

Color information

#7D5D71 (or 0x7D5D71) is unknown color: approx Monsoon. HEX triplet: 7D, 5D and 71. RGB value is (125,93,113). Sum of RGB (Red+Green+Blue) = 125+93+113=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D71 is #82A28E. Grayscale: #686868. Windows color (decimal): -8561295 or 7429501. OLE color: 7429501.

HSL color Cylindrical-coordinate representation of color #7D5D71: hue angle of 322.5º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D5D71 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12593113-
CMYK00.260.100.51
HSL322.5º14.68%42.75%-
HSV(B)322.5º25.6%49.02%-
XYZ15.3513.3817.4-
YUV104.85132.6142.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=37.76%
G=28.10%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259311300.260.100.51322.514.6842.75
Hex7D5D7101AA33142f2b
Octal17513516103212635021753
Binary11111011011101111000101101010101100111010000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D5D71; }

 p { color: rgb(125,93,113); }

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

<style>
 a { background-color: #7D5D71; }

 a { background-color: rgb(125,93,113); }

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

<style>
 span { border-color: #7D5D71; }

 span { border-color: rgb(125,93,113); }

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