#7F6075

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

Shades of Monsoon #7F6075

Tints of Monsoon #7F6075

Color information

#7F6075 (or 0x7F6075) is unknown color: approx Monsoon. HEX triplet: 7F, 60 and 75. RGB value is (127,96,117). Sum of RGB (Red+Green+Blue) = 127+96+117=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6075 is #809F8A. Grayscale: #6B6B6B. Windows color (decimal): -8429451 or 7692415. OLE color: 7692415.

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

Color convert

RGB12796117-
CMYK00.240.080.50
HSL319.35º13.9%43.73%-
HSV(B)319.35º24.41%49.8%-
XYZ16.1514.1618.71-
YUV107.66133.27141.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=37.35%
G=28.24%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279611700.240.080.50319.3513.943.73
Hex7F607501883213fe2c
Octal17714016503010624771654
Binary11111111100000111010101100010001100101001111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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