#7C6071

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

Shades of Monsoon #7C6071

Tints of Monsoon #7C6071

Color information

#7C6071 (or 0x7C6071) is unknown color: approx Monsoon. HEX triplet: 7C, 60 and 71. RGB value is (124,96,113). Sum of RGB (Red+Green+Blue) = 124+96+113=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6071 is #839F8E. Grayscale: #6A6A6A. Windows color (decimal): -8626063 or 7430268. OLE color: 7430268.

HSL color Cylindrical-coordinate representation of color #7C6071: hue angle of 323.57º 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 #7C6071 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12496113-
CMYK00.230.090.51
HSL323.57º12.73%43.14%-
HSV(B)323.57º22.58%48.63%-
XYZ15.4813.8417.48-
YUV106.31131.78140.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=37.24%
G=28.83%
B=33.93%

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
Decimal1249611300.230.090.51323.5712.7343.14
Hex7C6071017933144d2b
Octal17414016102711635041553
Binary11111001100000111000101011110011100111010001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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