#7C6876

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

Shades of Monsoon #7C6876

Tints of Monsoon #7C6876

Color information

#7C6876 (or 0x7C6876) is unknown color: approx Monsoon. HEX triplet: 7C, 68 and 76. RGB value is (124,104,118). Sum of RGB (Red+Green+Blue) = 124+104+118=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6876 is #839789. Grayscale: #6F6F6F. Windows color (decimal): -8624010 or 7759996. OLE color: 7759996.

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

Color convert

RGB124104118-
CMYK00.160.050.51
HSL318º8.77%44.71%-
HSV(B)318º16.13%48.63%-
XYZ16.5315.4919.26-
YUV111.58131.63136.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=35.84%
G=30.06%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410411800.160.050.513188.7744.71
Hex7C687601053313e92d
Octal1741501660205634761155
Binary1111100110100011101100100001011100111001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,118); }

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

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

 a { background-color: rgb(124,104,118); }

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

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

 span { border-color: rgb(124,104,118); }

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