#80796E

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

Shades of Arrowtown #80796E

Tints of Arrowtown #80796E

Color information

#80796E (or 0x80796E) is unknown color: approx Arrowtown. HEX triplet: 80, 79 and 6E. RGB value is (128,121,110). Sum of RGB (Red+Green+Blue) = 128+121+110=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #80796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80796E is #7F8691. Grayscale: #797979. Windows color (decimal): -8357522 or 7240064. OLE color: 7240064.

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

Color convert

RGB128121110-
CMYK00.050.140.50
HSL36.67º7.56%46.67%-
HSV(B)36.67º14.06%50.2%-
XYZ18.5519.3917.52-
YUV121.84121.32132.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=35.65%
G=33.70%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812111000.050.140.5036.677.5646.67
Hex80796E05E322582f
Octal200171156051662451057
Binary1000000011110011101110010111101100101001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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