#807B6F

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

Shades of Arrowtown #807B6F

Tints of Arrowtown #807B6F

Color information

#807B6F (or 0x807B6F) is unknown color: approx Arrowtown. HEX triplet: 80, 7B and 6F. RGB value is (128,123,111). Sum of RGB (Red+Green+Blue) = 128+123+111=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #807B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807B6F is #7F8490. Grayscale: #7B7B7B. Windows color (decimal): -8357009 or 7306112. OLE color: 7306112.

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

Color convert

RGB128123111-
CMYK00.040.130.50
HSL42.35º7.11%46.86%-
HSV(B)42.35º13.28%50.2%-
XYZ18.8519.917.89-
YUV123.13121.16131.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=35.36%
G=33.98%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812311100.040.130.5042.357.1146.86
Hex807B6F04D322a72f
Octal20017315704156252757
Binary100000001111011110111101001101110010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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