Shades of Arrowtown #817A6F
Tints of Arrowtown #817A6F
RGB
CMYK
RGB Variations
Color information
#817A6F (or 0x817A6F) is known color: Arrowtown. HEX triplet: 81, 7A and 6F. RGB value is (129,122,111). Sum of RGB (Red+Green+Blue) = 129+122+111=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A6F is #7E8590. Grayscale: #7A7A7A. Windows color (decimal): -8291729 or 7305857. OLE color: 7305857.
HSL color Cylindrical-coordinate representation of color #817A6F: hue angle of 36.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #817A6F is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 111 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.49 |
| HSL | 36.67º | 0.08% | 0.47% | - |
| HSV(B) | 36.67º | 0.14% | 0.51% | - |
| XYZ | 18.88 | 19.73 | 17.85 | - |
| YUV | 122.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 111 | 0 | 0.05 | 0.14 | 0.49 | 36.67 | 0.08 | 0.47 |
| Hex | 81 | 7A | 6F | 0 | 5 | E | 31 | 25 | 8 | 2F |
| Octal | 201 | 172 | 157 | 0 | 5 | 16 | 61 | 45 | 10 | 57 |
| Binary | 10000001 | 1111010 | 1101111 | 0 | 101 | 1110 | 110001 | 100101 | 1000 | 101111 |
Color Harmonies of #817A6F
Complementary color
Monochromatic Colors of #817A6F
Black with #817A6F
Text Example
Text Example
White with #817A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A6F; }
p { color: rgb(129,122,111); }
H1.HeaderClassName
{
color: #817A6F;
}
.AnyTagClassName
{
color: #817A6F;
}
</style>
background-color css
<style>
a { background-color: #817A6F; }
a { background-color: rgb(129,122,111); }
div.DivClassName
{
background-color: #817A6F;
}
.BgClassName
{
background-color: #817A6F;
}
</style>
border-color css
<style>
span { border-color: #817A6F; }
span { border-color: rgb(129,122,111); }
td.TdClassName
{
border-color: #817A6F;
}
.TagClassName
{
border-color: #817A6F;
}
</style>