#806976

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

Shades of Monsoon #806976

Tints of Monsoon #806976

Color information

#806976 (or 0x806976) is unknown color: approx Monsoon. HEX triplet: 80, 69 and 76. RGB value is (128,105,118). Sum of RGB (Red+Green+Blue) = 128+105+118=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #806976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806976 is #7F9689. Grayscale: #717171. Windows color (decimal): -8361610 or 7760256. OLE color: 7760256.

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

Color convert

RGB128105118-
CMYK00.180.080.50
HSL326.09º9.87%45.69%-
HSV(B)326.09º17.97%50.2%-
XYZ17.221619.32-
YUV113.36130.62138.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=36.47%
G=29.91%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810511800.180.080.50326.099.8745.69
Hex806976012832146a2e
Octal20015116602210625061256
Binary100000001101001111011001001010001100101010001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806976; }

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

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

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

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

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

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

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

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