#7F6275

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

Shades of Monsoon #7F6275

Tints of Monsoon #7F6275

Color information

#7F6275 (or 0x7F6275) is unknown color: approx Monsoon. HEX triplet: 7F, 62 and 75. RGB value is (127,98,117). Sum of RGB (Red+Green+Blue) = 127+98+117=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6275 is #809D8A. Grayscale: #6C6C6C. Windows color (decimal): -8428939 or 7692927. OLE color: 7692927.

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

Color convert

RGB12798117-
CMYK00.230.080.50
HSL320.69º12.89%44.12%-
HSV(B)320.69º22.83%49.8%-
XYZ16.3314.5318.77-
YUV108.84132.61140.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=37.13%
G=28.65%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279811700.230.080.50320.6912.8944.12
Hex7F6275017832141d2c
Octal17714216502710625011554
Binary11111111100010111010101011110001100101010000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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