#7F6072

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

Shades of Monsoon #7F6072

Tints of Monsoon #7F6072

Color information

#7F6072 (or 0x7F6072) is unknown color: approx Monsoon. HEX triplet: 7F, 60 and 72. RGB value is (127,96,114). Sum of RGB (Red+Green+Blue) = 127+96+114=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6072 is #809F8D. Grayscale: #6B6B6B. Windows color (decimal): -8429454 or 7495807. OLE color: 7495807.

HSL color Cylindrical-coordinate representation of color #7F6072: hue angle of 325.16º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6072 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB12796114-
CMYK00.240.100.50
HSL325.16º13.9%43.73%-
HSV(B)325.16º24.41%49.8%-
XYZ15.9714.0917.8-
YUV107.32131.77142.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=37.69%
G=28.49%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279611400.240.100.50325.1613.943.73
Hex7F6072018A32145e2c
Octal17714016203012625051654
Binary11111111100000111001001100010101100101010001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,96,114); }

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

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

 a { background-color: rgb(127,96,114); }

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

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

 span { border-color: rgb(127,96,114); }

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