#80707A

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

Shades of Monsoon #80707A

Tints of Monsoon #80707A

Color information

#80707A (or 0x80707A) is unknown color: approx Monsoon. HEX triplet: 80, 70 and 7A. RGB value is (128,112,122). Sum of RGB (Red+Green+Blue) = 128+112+122=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #80707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80707A is #7F8F85. Grayscale: #757575. Windows color (decimal): -8359814 or 8024192. OLE color: 8024192.

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

Color convert

RGB128112122-
CMYK00.120.050.50
HSL322.5º6.67%47.06%-
HSV(B)322.5º12.5%50.2%-
XYZ18.2117.5820.85-
YUV117.92130.3135.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=35.36%
G=30.94%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811212200.120.050.50322.56.6747.06
Hex80707A0C53214372f
Octal200160172014562503757
Binary100000001110000111101001100101110010101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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