#7C6171

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

Shades of Monsoon #7C6171

Tints of Monsoon #7C6171

Color information

#7C6171 (or 0x7C6171) is unknown color: approx Monsoon. HEX triplet: 7C, 61 and 71. RGB value is (124,97,113). Sum of RGB (Red+Green+Blue) = 124+97+113=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6171 is #839E8E. Grayscale: #6A6A6A. Windows color (decimal): -8625807 or 7430524. OLE color: 7430524.

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

Color convert

RGB12497113-
CMYK00.220.090.51
HSL324.44º12.22%43.33%-
HSV(B)324.44º21.77%48.63%-
XYZ15.5714.0317.51-
YUV106.9131.45140.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=37.13%
G=29.04%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249711300.220.090.51324.4412.2243.33
Hex7C6171016933144c2b
Octal17414116102611635041453
Binary11111001100001111000101011010011100111010001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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