#7C6A78

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

Shades of Monsoon #7C6A78

Tints of Monsoon #7C6A78

Color information

#7C6A78 (or 0x7C6A78) is unknown color: approx Monsoon. HEX triplet: 7C, 6A and 78. RGB value is (124,106,120). Sum of RGB (Red+Green+Blue) = 124+106+120=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A78 is #839587. Grayscale: #707070. Windows color (decimal): -8623496 or 7891580. OLE color: 7891580.

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

Color convert

RGB124106120-
CMYK00.150.030.51
HSL313.33º7.83%45.1%-
HSV(B)313.33º14.52%48.63%-
XYZ16.8615.9519.96-
YUV112.98131.96135.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.43%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=35.43%
G=30.29%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410612000.150.030.51313.337.8345.1
Hex7C6A780F33313982d
Octal1741521700173634711055
Binary11111001101010111100001111111100111001110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,120); }

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

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

 a { background-color: rgb(124,106,120); }

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

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

 span { border-color: rgb(124,106,120); }

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