#807C6F

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

Shades of Arrowtown #807C6F

Tints of Arrowtown #807C6F

Color information

#807C6F (or 0x807C6F) is unknown color: approx Arrowtown. HEX triplet: 80, 7C and 6F. RGB value is (128,124,111). Sum of RGB (Red+Green+Blue) = 128+124+111=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #807C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C6F is #7F8390. Grayscale: #7B7B7B. Windows color (decimal): -8356753 or 7306368. OLE color: 7306368.

HSL color Cylindrical-coordinate representation of color #807C6F: hue angle of 45.88º 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 #807C6F is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB128124111-
CMYK00.030.130.50
HSL45.88º7.11%46.86%-
HSV(B)45.88º13.28%50.2%-
XYZ18.9820.1517.93-
YUV123.71120.83131.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=35.26%
G=34.16%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812411100.030.130.5045.887.1146.86
Hex807C6F03D322e72f
Octal20017415703156256757
Binary10000000111110011011110111101110010101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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