#7F737A

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

Shades of Monsoon #7F737A

Tints of Monsoon #7F737A

Color information

#7F737A (or 0x7F737A) is unknown color: approx Monsoon. HEX triplet: 7F, 73 and 7A. RGB value is (127,115,122). Sum of RGB (Red+Green+Blue) = 127+115+122=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 127 - color contains mainly: red. Hex color #7F737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F737A is #808C85. Grayscale: #777777. Windows color (decimal): -8424582 or 8024959. OLE color: 8024959.

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

Color convert

RGB127115122-
CMYK00.090.040.50
HSL325º4.96%47.45%-
HSV(B)325º9.45%49.8%-
XYZ18.418.1820.95-
YUV119.39129.48133.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.89%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=34.89%
G=31.59%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711512200.090.040.503254.9647.45
Hex7F737A0943214552f
Octal177163172011462505557
Binary11111111110011111101001001100110010101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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