#806176

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

Shades of Monsoon #806176

Tints of Monsoon #806176

Color information

#806176 (or 0x806176) is unknown color: approx Monsoon. HEX triplet: 80, 61 and 76. RGB value is (128,97,118). Sum of RGB (Red+Green+Blue) = 128+97+118=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806176 is #7F9E89. Grayscale: #6C6C6C. Windows color (decimal): -8363658 or 7758208. OLE color: 7758208.

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

Color convert

RGB12897118-
CMYK00.240.080.50
HSL319.35º13.78%44.12%-
HSV(B)319.35º24.22%50.2%-
XYZ16.4514.4519.06-
YUV108.66133.27141.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=37.32%
G=28.28%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289711800.240.080.50319.3513.7844.12
Hex80617601883213fe2c
Octal20014116603010624771654
Binary100000001100001111011001100010001100101001111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806176; }

 p { color: rgb(128,97,118); }

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

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

 a { background-color: rgb(128,97,118); }

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

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

 span { border-color: rgb(128,97,118); }

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