#807F80

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

Shades of Monsoon #807F80

Tints of Monsoon #807F80

Color information

#807F80 (or 0x807F80) is unknown color: approx Monsoon. HEX triplet: 80, 7F and 80. RGB value is (128,127,128). Sum of RGB (Red+Green+Blue) = 128+127+128=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #807F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F80 is #7F807F. Grayscale: #7F7F7F. Windows color (decimal): -8355968 or 8421248. OLE color: 8421248.

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

Color convert

RGB128127128-
CMYK00.0100.50
HSL300º0.39%50%-
HSV(B)300º0.78%50.2%-
XYZ20.3921.3323.46-
YUV127.41128.33128.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=33.42%
G=33.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812712800.0100.503000.3950
Hex807F800103212c032
Octal20017720001062454062
Binary100000001111111100000000101100101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807F80; }

 p { color: rgb(128,127,128); }

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

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

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

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

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

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

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