Shades of Arrowtown #817A68
Tints of Arrowtown #817A68
RGB
CMYK
RGB Variations
Color information
#817A68 (or 0x817A68) is known color: Arrowtown. HEX triplet: 81, 7A and 68. RGB value is (129,122,104). Sum of RGB (Red+Green+Blue) = 129+122+104=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #817A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A68 is #7E8597. Grayscale: #7A7A7A. Windows color (decimal): -8291736 or 6847105. OLE color: 6847105.
HSL color Cylindrical-coordinate representation of color #817A68: hue angle of 43.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #817A68 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 104 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.49 |
| HSL | 43.2º | 0.11% | 0.46% | - |
| HSV(B) | 43.2º | 0.19% | 0.51% | - |
| XYZ | 18.51 | 19.59 | 15.9 | - |
| YUV | 122.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 104 | 0 | 0.05 | 0.19 | 0.49 | 43.2 | 0.11 | 0.46 |
| Hex | 81 | 7A | 68 | 0 | 5 | 13 | 31 | 2B | B | 2E |
| Octal | 201 | 172 | 150 | 0 | 5 | 23 | 61 | 53 | 13 | 56 |
| Binary | 10000001 | 1111010 | 1101000 | 0 | 101 | 10011 | 110001 | 101011 | 1011 | 101110 |
Color Harmonies of #817A68
Complementary color
Monochromatic Colors of #817A68
Black with #817A68
Text Example
Text Example
White with #817A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A68; }
p { color: rgb(129,122,104); }
H1.HeaderClassName
{
color: #817A68;
}
.AnyTagClassName
{
color: #817A68;
}
</style>
background-color css
<style>
a { background-color: #817A68; }
a { background-color: rgb(129,122,104); }
div.DivClassName
{
background-color: #817A68;
}
.BgClassName
{
background-color: #817A68;
}
</style>
border-color css
<style>
span { border-color: #817A68; }
span { border-color: rgb(129,122,104); }
td.TdClassName
{
border-color: #817A68;
}
.TagClassName
{
border-color: #817A68;
}
</style>