#80746E

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

Shades of Hurricane #80746E

Tints of Hurricane #80746E

Color information

#80746E (or 0x80746E) is unknown color: approx Hurricane. HEX triplet: 80, 74 and 6E. RGB value is (128,116,110). Sum of RGB (Red+Green+Blue) = 128+116+110=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80746E is #7F8B91. Grayscale: #767676. Windows color (decimal): -8358802 or 7238784. OLE color: 7238784.

HSL color Cylindrical-coordinate representation of color #80746E: hue angle of 20º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80746E is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB128116110-
CMYK00.090.140.50
HSL20º7.56%46.67%-
HSV(B)20º14.06%50.2%-
XYZ17.9618.2117.32-
YUV118.9122.98134.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=36.16%
G=32.77%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811611000.090.140.50207.5646.67
Hex80746E09E321482f
Octal2001641560111662241057
Binary1000000011101001101110010011110110010101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80746E; }

 p { color: rgb(128,116,110); }

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

<style>
 a { background-color: #80746E; }

 a { background-color: rgb(128,116,110); }

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

<style>
 span { border-color: #80746E; }

 span { border-color: rgb(128,116,110); }

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