#80687A

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

Shades of Monsoon #80687A

Tints of Monsoon #80687A

Color information

#80687A (or 0x80687A) is unknown color: approx Monsoon. HEX triplet: 80, 68 and 7A. RGB value is (128,104,122). Sum of RGB (Red+Green+Blue) = 128+104+122=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80687A is #7F9785. Grayscale: #717171. Windows color (decimal): -8361862 or 8022144. OLE color: 8022144.

HSL color Cylindrical-coordinate representation of color #80687A: hue angle of 315º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80687A is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB128104122-
CMYK00.190.050.50
HSL315º10.34%45.49%-
HSV(B)315º18.75%50.2%-
XYZ17.3715.8920.57-
YUV113.23132.95138.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=36.16%
G=29.38%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810412200.190.050.5031510.3445.49
Hex80687A01353213ba2d
Octal2001501720235624731255
Binary10000000110100011110100100111011100101001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80687A; }

 p { color: rgb(128,104,122); }

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

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

 a { background-color: rgb(128,104,122); }

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

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

 span { border-color: rgb(128,104,122); }

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