#816077

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

Shades of Monsoon #816077

Tints of Monsoon #816077

Color information

#816077 (or 0x816077) is unknown color: approx Monsoon. HEX triplet: 81, 60 and 77. RGB value is (129,96,119). Sum of RGB (Red+Green+Blue) = 129+96+119=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 129 - color contains mainly: red. Hex color #816077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816077 is #7E9F88. Grayscale: #6C6C6C. Windows color (decimal): -8298377 or 7823489. OLE color: 7823489.

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

Color convert

RGB12996119-
CMYK00.260.080.49
HSL318.18º14.67%44.12%-
HSV(B)318.18º25.58%50.59%-
XYZ16.5714.3619.35-
YUV108.49133.93142.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=37.5%
G=27.91%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299611900.260.080.49318.1814.6744.12
Hex81607701A83113ef2c
Octal20114016703210614761754
Binary100000011100000111011101101010001100011001111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816077; }

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

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

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

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

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

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

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

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