#80786A

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

Shades of Arrowtown #80786A

Tints of Arrowtown #80786A

Color information

#80786A (or 0x80786A) is unknown color: approx Arrowtown. HEX triplet: 80, 78 and 6A. RGB value is (128,120,106). Sum of RGB (Red+Green+Blue) = 128+120+106=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80786A is #7F8795. Grayscale: #787878. Windows color (decimal): -8357782 or 6977664. OLE color: 6977664.

HSL color Cylindrical-coordinate representation of color #80786A: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80786A is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB128120106-
CMYK00.060.170.50
HSL38.18º9.4%45.88%-
HSV(B)38.18º17.19%50.2%-
XYZ18.2219.0616.35-
YUV120.8119.65133.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=36.16%
G=33.90%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812010600.060.170.5038.189.445.88
Hex80786A0611322692e
Octal200170152062162461156
Binary10000000111100011010100110100011100101001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,120,106); }

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

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

 a { background-color: rgb(128,120,106); }

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

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

 span { border-color: rgb(128,120,106); }

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