#80726C

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

Shades of Hurricane #80726C

Tints of Hurricane #80726C

Color information

#80726C (or 0x80726C) is unknown color: approx Hurricane. HEX triplet: 80, 72 and 6C. RGB value is (128,114,108). Sum of RGB (Red+Green+Blue) = 128+114+108=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #80726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80726C is #7F8D93. Grayscale: #757575. Windows color (decimal): -8359316 or 7107200. OLE color: 7107200.

HSL color Cylindrical-coordinate representation of color #80726C: hue angle of 18º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80726C is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB128114108-
CMYK00.110.160.50
HSL18º8.47%46.27%-
HSV(B)18º15.62%50.2%-
XYZ17.6317.7116.68-
YUV117.5122.64135.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=36.57%
G=32.57%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811410800.110.160.50188.4746.27
Hex80726C0B10321282e
Octal2001621540132062221056
Binary10000000111001011011000101110000110010100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,114,108); }

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

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

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

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

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

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

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