#7F7179

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

Shades of Monsoon #7F7179

Tints of Monsoon #7F7179

Color information

#7F7179 (or 0x7F7179) is unknown color: approx Monsoon. HEX triplet: 7F, 71 and 79. RGB value is (127,113,121). Sum of RGB (Red+Green+Blue) = 127+113+121=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7179 is #808E86. Grayscale: #767676. Windows color (decimal): -8425095 or 7958911. OLE color: 7958911.

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

Color convert

RGB127113121-
CMYK00.110.050.50
HSL325.71º5.83%47.06%-
HSV(B)325.71º11.02%49.8%-
XYZ18.1117.720.55-
YUV118.1129.64134.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=35.18%
G=31.30%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711312100.110.050.50325.715.8347.06
Hex7F71790B53214662f
Octal177161171013562506657
Binary11111111110001111100101011101110010101000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,113,121); }

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

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

 a { background-color: rgb(127,113,121); }

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

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

 span { border-color: rgb(127,113,121); }

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