#7C6877

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

Shades of Monsoon #7C6877

Tints of Monsoon #7C6877

Color information

#7C6877 (or 0x7C6877) is unknown color: approx Monsoon. HEX triplet: 7C, 68 and 77. RGB value is (124,104,119). Sum of RGB (Red+Green+Blue) = 124+104+119=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6877 is #839788. Grayscale: #6F6F6F. Windows color (decimal): -8624009 or 7825532. OLE color: 7825532.

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

Color convert

RGB124104119-
CMYK00.160.040.51
HSL315º8.77%44.71%-
HSV(B)315º16.13%48.63%-
XYZ16.5915.5219.57-
YUV111.69132.13136.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=35.73%
G=29.97%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410411900.160.040.513158.7744.71
Hex7C687701043313b92d
Octal1741501670204634731155
Binary1111100110100011101110100001001100111001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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