#807D7F

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

Shades of Monsoon #807D7F

Tints of Monsoon #807D7F

Color information

#807D7F (or 0x807D7F) is unknown color: approx Monsoon. HEX triplet: 80, 7D and 7F. RGB value is (128,125,127). Sum of RGB (Red+Green+Blue) = 128+125+127=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 128 - color contains mainly: red. Hex color #807D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807D7F is #7F8280. Grayscale: #7E7E7E. Windows color (decimal): -8356481 or 8355200. OLE color: 8355200.

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

Color convert

RGB128125127-
CMYK00.020.010.50
HSL320º1.19%49.61%-
HSV(B)320º2.34%50.2%-
XYZ20.0720.7923.03-
YUV126.12128.49129.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 127 (50% from 255) = 33.42%
R=33.68%
G=32.89%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812512700.020.010.503201.1949.61
Hex807D7F02132140132
Octal20017517702162500162
Binary100000001111101111111101011100101010000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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