#7C5F71

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

Shades of Monsoon #7C5F71

Tints of Monsoon #7C5F71

Color information

#7C5F71 (or 0x7C5F71) is unknown color: approx Monsoon. HEX triplet: 7C, 5F and 71. RGB value is (124,95,113). Sum of RGB (Red+Green+Blue) = 124+95+113=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F71 is #83A08E. Grayscale: #696969. Windows color (decimal): -8626319 or 7430012. OLE color: 7430012.

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

Color convert

RGB12495113-
CMYK00.230.090.51
HSL322.76º13.24%42.94%-
HSV(B)322.76º23.39%48.63%-
XYZ15.3913.6617.45-
YUV105.72132.11141.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=37.35%
G=28.61%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249511300.230.090.51322.7613.2442.94
Hex7C5F71017933143d2b
Octal17413716102711635031553
Binary11111001011111111000101011110011100111010000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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