#807A6B

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

Shades of Arrowtown #807A6B

Tints of Arrowtown #807A6B

Color information

#807A6B (or 0x807A6B) is unknown color: approx Arrowtown. HEX triplet: 80, 7A and 6B. RGB value is (128,122,107). Sum of RGB (Red+Green+Blue) = 128+122+107=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #807A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807A6B is #7F8594. Grayscale: #7A7A7A. Windows color (decimal): -8357269 or 7043712. OLE color: 7043712.

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

Color convert

RGB128122107-
CMYK00.050.160.50
HSL42.86º8.94%46.08%-
HSV(B)42.86º16.41%50.2%-
XYZ18.5219.5716.71-
YUV122.08119.49132.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=35.85%
G=34.17%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812210700.050.160.5042.868.9446.08
Hex807A6B0510322b92e
Octal200172153052062531156
Binary10000000111101011010110101100001100101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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