#806776

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

Shades of Monsoon #806776

Tints of Monsoon #806776

Color information

#806776 (or 0x806776) is unknown color: approx Monsoon. HEX triplet: 80, 67 and 76. RGB value is (128,103,118). Sum of RGB (Red+Green+Blue) = 128+103+118=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #806776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806776 is #7F9889. Grayscale: #707070. Windows color (decimal): -8362122 or 7759744. OLE color: 7759744.

HSL color Cylindrical-coordinate representation of color #806776: hue angle of 324º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806776 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB128103118-
CMYK00.200.080.50
HSL324º10.82%45.29%-
HSV(B)324º19.53%50.2%-
XYZ17.0215.619.25-
YUV112.18131.28139.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=36.68%
G=29.51%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810311800.200.080.5032410.8245.29
Hex806776014832144b2d
Octal20014716602410625041355
Binary100000001100111111011001010010001100101010001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806776; }

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

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

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

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

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

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

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

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