#816076

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

Shades of Monsoon #816076

Tints of Monsoon #816076

Color information

#816076 (or 0x816076) is unknown color: approx Monsoon. HEX triplet: 81, 60 and 76. RGB value is (129,96,118). Sum of RGB (Red+Green+Blue) = 129+96+118=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 129 - color contains mainly: red. Hex color #816076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816076 is #7E9F89. Grayscale: #6C6C6C. Windows color (decimal): -8298378 or 7757953. OLE color: 7757953.

HSL color Cylindrical-coordinate representation of color #816076: hue angle of 320º 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 #816076 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12996118-
CMYK00.260.090.49
HSL320º14.67%44.12%-
HSV(B)320º25.58%50.59%-
XYZ16.5114.3419.04-
YUV108.38133.43142.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=37.61%
G=27.99%
B=34.40%

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
Decimal1299611800.260.090.4932014.6744.12
Hex81607601A931140f2c
Octal20114016603211615001754
Binary100000011100000111011001101010011100011010000001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816076; }

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

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

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

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

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

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

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

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