#807A69

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

Shades of Arrowtown #807A69

Tints of Arrowtown #807A69

Color information

#807A69 (or 0x807A69) is unknown color: approx Arrowtown. HEX triplet: 80, 7A and 69. RGB value is (128,122,105). Sum of RGB (Red+Green+Blue) = 128+122+105=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 128 - color contains mainly: red. Hex color #807A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807A69 is #7F8596. Grayscale: #797979. Windows color (decimal): -8357271 or 6912640. OLE color: 6912640.

HSL color Cylindrical-coordinate representation of color #807A69: hue angle of 44.35º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807A69 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB128122105-
CMYK00.050.180.50
HSL44.35º9.87%45.69%-
HSV(B)44.35º17.97%50.2%-
XYZ18.4119.5316.16-
YUV121.86118.49132.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=36.06%
G=34.37%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812210500.050.180.5044.359.8745.69
Hex807A690512322ca2e
Octal200172151052262541256
Binary10000000111101011010010101100101100101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807A69; }

 p { color: rgb(128,122,105); }

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

<style>
 a { background-color: #807A69; }

 a { background-color: rgb(128,122,105); }

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

<style>
 span { border-color: #807A69; }

 span { border-color: rgb(128,122,105); }

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