#80717C

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

Shades of Monsoon #80717C

Tints of Monsoon #80717C

Color information

#80717C (or 0x80717C) is unknown color: approx Monsoon. HEX triplet: 80, 71 and 7C. RGB value is (128,113,124). Sum of RGB (Red+Green+Blue) = 128+113+124=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 128 - color contains mainly: red. Hex color #80717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80717C is #7F8E83. Grayscale: #767676. Windows color (decimal): -8359556 or 8155520. OLE color: 8155520.

HSL color Cylindrical-coordinate representation of color #80717C: hue angle of 316º degrees, saturation: 0.06, 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 #80717C is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB128113124-
CMYK00.120.030.50
HSL316º6.22%47.25%-
HSV(B)316º11.72%50.2%-
XYZ18.4517.8521.54-
YUV118.74130.97134.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=35.07%
G=30.96%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811312400.120.030.503166.2247.25
Hex80717C0C33213c62f
Octal200161174014362474657
Binary10000000111000111111000110011110010100111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80717C; }

 p { color: rgb(128,113,124); }

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

<style>
 a { background-color: #80717C; }

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

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

<style>
 span { border-color: #80717C; }

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

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