#81786A

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

Shades of Arrowtown #81786A

Tints of Arrowtown #81786A

Color information

#81786A (or 0x81786A) is unknown color: approx Arrowtown. HEX triplet: 81, 78 and 6A. RGB value is (129,120,106). Sum of RGB (Red+Green+Blue) = 129+120+106=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81786A is #7E8795. Grayscale: #797979. Windows color (decimal): -8292246 or 6977665. OLE color: 6977665.

HSL color Cylindrical-coordinate representation of color #81786A: hue angle of 36.52º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81786A is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB129120106-
CMYK00.070.180.49
HSL36.52º9.79%46.08%-
HSV(B)36.52º17.83%50.59%-
XYZ18.3719.1416.36-
YUV121.1119.48133.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=36.34%
G=33.80%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912010600.070.180.4936.529.7946.08
Hex81786A07123125a2e
Octal201170152072261451256
Binary10000001111100011010100111100101100011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81786A; }

 p { color: rgb(129,120,106); }

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

<style>
 a { background-color: #81786A; }

 a { background-color: rgb(129,120,106); }

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

<style>
 span { border-color: #81786A; }

 span { border-color: rgb(129,120,106); }

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