#7C5D71

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

Shades of Monsoon #7C5D71

Tints of Monsoon #7C5D71

Color information

#7C5D71 (or 0x7C5D71) is unknown color: approx Monsoon. HEX triplet: 7C, 5D and 71. RGB value is (124,93,113). Sum of RGB (Red+Green+Blue) = 124+93+113=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5D71 is #83A28E. Grayscale: #686868. Windows color (decimal): -8626831 or 7429500. OLE color: 7429500.

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

Color convert

RGB12493113-
CMYK00.250.090.51
HSL321.29º14.29%42.55%-
HSV(B)321.29º25%48.63%-
XYZ15.2113.3117.39-
YUV104.55132.77141.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=37.58%
G=28.18%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249311300.250.090.51321.2914.2942.55
Hex7C5D71019933141e2b
Octal17413516103111635011653
Binary11111001011101111000101100110011100111010000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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