#7F6276

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

Shades of Monsoon #7F6276

Tints of Monsoon #7F6276

Color information

#7F6276 (or 0x7F6276) is unknown color: approx Monsoon. HEX triplet: 7F, 62 and 76. RGB value is (127,98,118). Sum of RGB (Red+Green+Blue) = 127+98+118=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6276 is #809D89. Grayscale: #6C6C6C. Windows color (decimal): -8428938 or 7758463. OLE color: 7758463.

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

Color convert

RGB12798118-
CMYK00.230.070.50
HSL318.62º12.89%44.12%-
HSV(B)318.62º22.83%49.8%-
XYZ16.3914.5619.09-
YUV108.95133.11140.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=37.03%
G=28.57%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279811800.230.070.50318.6212.8944.12
Hex7F627601773213fd2c
Octal1771421660277624771554
Binary1111111110001011101100101111111100101001111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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