#7F737D

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

Shades of Monsoon #7F737D

Tints of Monsoon #7F737D

Color information

#7F737D (or 0x7F737D) is unknown color: approx Monsoon. HEX triplet: 7F, 73 and 7D. RGB value is (127,115,125). Sum of RGB (Red+Green+Blue) = 127+115+125=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 127 - color contains mainly: red. Hex color #7F737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F737D is #808C82. Grayscale: #777777. Windows color (decimal): -8424579 or 8221567. OLE color: 8221567.

HSL color Cylindrical-coordinate representation of color #7F737D: hue angle of 310º 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 #7F737D is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB127115125-
CMYK00.090.020.50
HSL310º4.96%47.45%-
HSV(B)310º9.45%49.8%-
XYZ18.5818.2521.95-
YUV119.73130.98133.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.60%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=34.60%
G=31.34%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711512500.090.020.503104.9647.45
Hex7F737D0923213652f
Octal177163175011262466557
Binary1111111111001111111010100110110010100110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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