Shades of Arrowtown #81786A
Tints of Arrowtown #81786A
RGB
CMYK
RGB Variations
Color information
#81786A (or 0x81786A) is known color: 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
| RGB | 129 | 120 | 106 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.49 |
| HSL | 36.52º | 0.1% | 0.46% | - |
| HSV(B) | 36.52º | 0.18% | 0.51% | - |
| XYZ | 18.37 | 19.14 | 16.36 | - |
| YUV | 121.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 106 | 0 | 0.07 | 0.18 | 0.49 | 36.52 | 0.1 | 0.46 |
| Hex | 81 | 78 | 6A | 0 | 7 | 12 | 31 | 25 | A | 2E |
| Octal | 201 | 170 | 152 | 0 | 7 | 22 | 61 | 45 | 12 | 56 |
| Binary | 10000001 | 1111000 | 1101010 | 0 | 111 | 10010 | 110001 | 100101 | 1010 | 101110 |
Color Harmonies of #81786A
Complementary color
Monochromatic Colors of #81786A
Black with #81786A
Text Example
Text Example
White with #81786A
Text Example
Text Example
HTML Codes & Css Web 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>