#807A6F

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

Shades of Arrowtown #807A6F

Tints of Arrowtown #807A6F

Color information

#807A6F (or 0x807A6F) is unknown color: approx Arrowtown. HEX triplet: 80, 7A and 6F. RGB value is (128,122,111). Sum of RGB (Red+Green+Blue) = 128+122+111=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 128 - color contains mainly: red. Hex color #807A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807A6F is #7F8590. Grayscale: #7A7A7A. Windows color (decimal): -8357265 or 7305856. OLE color: 7305856.

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

Color convert

RGB128122111-
CMYK00.050.130.50
HSL38.82º7.11%46.86%-
HSV(B)38.82º13.28%50.2%-
XYZ18.7319.6617.85-
YUV122.54121.49131.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=35.46%
G=33.80%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812211100.050.130.5038.827.1146.86
Hex807A6F05D322772f
Octal20017215705156247757
Binary100000001111010110111101011101110010100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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