#815F76

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

Shades of Monsoon #815F76

Tints of Monsoon #815F76

Color information

#815F76 (or 0x815F76) is unknown color: approx Monsoon. HEX triplet: 81, 5F and 76. RGB value is (129,95,118). Sum of RGB (Red+Green+Blue) = 129+95+118=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #815F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F76 is #7EA089. Grayscale: #6B6B6B. Windows color (decimal): -8298634 or 7757697. OLE color: 7757697.

HSL color Cylindrical-coordinate representation of color #815F76: hue angle of 319.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #815F76 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12995118-
CMYK00.260.090.49
HSL319.41º15.18%43.92%-
HSV(B)319.41º26.36%50.59%-
XYZ16.4214.1619.01-
YUV107.79133.76143.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 95 (37.5% from 255) = 27.78%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=37.72%
G=27.78%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299511800.260.090.49319.4115.1843.92
Hex815F7601A93113ff2c
Octal20113716603211614771754
Binary100000011011111111011001101010011100011001111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815F76; }

 p { color: rgb(129,95,118); }

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

<style>
 a { background-color: #815F76; }

 a { background-color: rgb(129,95,118); }

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

<style>
 span { border-color: #815F76; }

 span { border-color: rgb(129,95,118); }

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