Shades of Arrowtown #807869
Tints of Arrowtown #807869
RGB
CMYK
RGB Variations
Color information
#807869 (or 0x807869) is known color: Arrowtown. HEX triplet: 80, 78 and 69. RGB value is (128,120,105). Sum of RGB (Red+Green+Blue) = 128+120+105=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #807869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807869 is #7F8796. Grayscale: #787878. Windows color (decimal): -8357783 or 6912128. OLE color: 6912128.
HSL color Cylindrical-coordinate representation of color #807869: hue angle of 39.13º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807869 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 105 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.50 |
| HSL | 39.13º | 0.1% | 0.46% | - |
| HSV(B) | 39.13º | 0.18% | 0.5% | - |
| XYZ | 18.17 | 19.04 | 16.08 | - |
| YUV | 120.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 105 | 0 | 0.06 | 0.18 | 0.50 | 39.13 | 0.1 | 0.46 |
| Hex | 80 | 78 | 69 | 0 | 6 | 12 | 32 | 27 | A | 2E |
| Octal | 200 | 170 | 151 | 0 | 6 | 22 | 62 | 47 | 12 | 56 |
| Binary | 10000000 | 1111000 | 1101001 | 0 | 110 | 10010 | 110010 | 100111 | 1010 | 101110 |
Color Harmonies of #807869
Complementary color
Monochromatic Colors of #807869
Black with #807869
Text Example
Text Example
White with #807869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807869; }
p { color: rgb(128,120,105); }
H1.HeaderClassName
{
color: #807869;
}
.AnyTagClassName
{
color: #807869;
}
</style>
background-color css
<style>
a { background-color: #807869; }
a { background-color: rgb(128,120,105); }
div.DivClassName
{
background-color: #807869;
}
.BgClassName
{
background-color: #807869;
}
</style>
border-color css
<style>
span { border-color: #807869; }
span { border-color: rgb(128,120,105); }
td.TdClassName
{
border-color: #807869;
}
.TagClassName
{
border-color: #807869;
}
</style>