#7F707A

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

Shades of Monsoon #7F707A

Tints of Monsoon #7F707A

Color information

#7F707A (or 0x7F707A) is unknown color: approx Monsoon. HEX triplet: 7F, 70 and 7A. RGB value is (127,112,122). Sum of RGB (Red+Green+Blue) = 127+112+122=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F707A is #808F85. Grayscale: #757575. Windows color (decimal): -8425350 or 8024191. OLE color: 8024191.

HSL color Cylindrical-coordinate representation of color #7F707A: hue angle of 320º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F707A is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB127112122-
CMYK00.120.040.50
HSL320º6.28%46.86%-
HSV(B)320º11.81%49.8%-
XYZ18.0617.5120.84-
YUV117.62130.47134.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=35.18%
G=31.02%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711212200.120.040.503206.2846.86
Hex7F707A0C43214062f
Octal177160172014462500657
Binary11111111110000111101001100100110010101000000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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