#80707D

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

Shades of Monsoon #80707D

Tints of Monsoon #80707D

Color information

#80707D (or 0x80707D) is unknown color: approx Monsoon. HEX triplet: 80, 70 and 7D. RGB value is (128,112,125). Sum of RGB (Red+Green+Blue) = 128+112+125=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 128 - color contains mainly: red. Hex color #80707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80707D is #7F8F82. Grayscale: #767676. Windows color (decimal): -8359811 or 8220800. OLE color: 8220800.

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

Color convert

RGB128112125-
CMYK00.120.020.50
HSL311.25º6.67%47.06%-
HSV(B)311.25º12.5%50.2%-
XYZ18.417.6621.84-
YUV118.27131.8134.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=35.07%
G=30.68%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811212500.120.020.50311.256.6747.06
Hex80707D0C23213772f
Octal200160175014262467757
Binary10000000111000011111010110010110010100110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80707D; }

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

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

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

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

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

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

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

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