#7C777A

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

Shades of Monsoon #7C777A

Tints of Monsoon #7C777A

Color information

#7C777A (or 0x7C777A) is unknown color: approx Monsoon. HEX triplet: 7C, 77 and 7A. RGB value is (124,119,122). Sum of RGB (Red+Green+Blue) = 124+119+122=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 124 - color contains mainly: red. Hex color #7C777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C777A is #838885. Grayscale: #787878. Windows color (decimal): -8620166 or 8025980. OLE color: 8025980.

HSL color Cylindrical-coordinate representation of color #7C777A: hue angle of 324º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7C777A is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB124119122-
CMYK00.040.020.51
HSL324º2.06%47.65%-
HSV(B)324º4.03%48.63%-
XYZ18.4218.8821.09-
YUV120.84128.66130.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=33.97%
G=32.60%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411912200.040.020.513242.0647.65
Hex7C777A04233144230
Octal17416717204263504260
Binary11111001110111111101001001011001110100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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