#806979

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

Shades of Monsoon #806979

Tints of Monsoon #806979

Color information

#806979 (or 0x806979) is unknown color: approx Monsoon. HEX triplet: 80, 69 and 79. RGB value is (128,105,121). Sum of RGB (Red+Green+Blue) = 128+105+121=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #806979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806979 is #7F9686. Grayscale: #717171. Windows color (decimal): -8361607 or 7956864. OLE color: 7956864.

HSL color Cylindrical-coordinate representation of color #806979: hue angle of 318.26º 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 #806979 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB128105121-
CMYK00.180.050.50
HSL318.26º9.87%45.69%-
HSV(B)318.26º17.97%50.2%-
XYZ17.416.0720.27-
YUV113.7132.12138.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=36.16%
G=29.66%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810512100.180.050.50318.269.8745.69
Hex80697901253213ea2e
Octal2001511710225624761256
Binary10000000110100111110010100101011100101001111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806979; }

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

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

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

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

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

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

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

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