#7C707A

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

Shades of Monsoon #7C707A

Tints of Monsoon #7C707A

Color information

#7C707A (or 0x7C707A) is unknown color: approx Monsoon. HEX triplet: 7C, 70 and 7A. RGB value is (124,112,122). Sum of RGB (Red+Green+Blue) = 124+112+122=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 124 - color contains mainly: red. Hex color #7C707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C707A is #838F85. Grayscale: #747474. Windows color (decimal): -8621958 or 8024188. OLE color: 8024188.

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

Color convert

RGB124112122-
CMYK00.100.020.51
HSL310º5.08%46.27%-
HSV(B)310º9.68%48.63%-
XYZ17.6217.2820.82-
YUV116.73130.98133.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=34.64%
G=31.28%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411212200.100.020.513105.0846.27
Hex7C707A0A23313652e
Octal174160172012263466556
Binary1111100111000011110100101010110011100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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