Shades of Arrowtown #817A6B
Tints of Arrowtown #817A6B
RGB
CMYK
RGB Variations
Color information
#817A6B (or 0x817A6B) is known color: Arrowtown. HEX triplet: 81, 7A and 6B. RGB value is (129,122,107). Sum of RGB (Red+Green+Blue) = 129+122+107=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #817A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A6B is #7E8594. Grayscale: #7A7A7A. Windows color (decimal): -8291733 or 7043713. OLE color: 7043713.
HSL color Cylindrical-coordinate representation of color #817A6B: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #817A6B is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 107 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.49 |
| HSL | 40.91º | 0.09% | 0.46% | - |
| HSV(B) | 40.91º | 0.17% | 0.51% | - |
| XYZ | 18.67 | 19.65 | 16.72 | - |
| YUV | 122.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 107 | 0 | 0.05 | 0.17 | 0.49 | 40.91 | 0.09 | 0.46 |
| Hex | 81 | 7A | 6B | 0 | 5 | 11 | 31 | 29 | 9 | 2E |
| Octal | 201 | 172 | 153 | 0 | 5 | 21 | 61 | 51 | 11 | 56 |
| Binary | 10000001 | 1111010 | 1101011 | 0 | 101 | 10001 | 110001 | 101001 | 1001 | 101110 |
Color Harmonies of #817A6B
Complementary color
Monochromatic Colors of #817A6B
Black with #817A6B
Text Example
Text Example
White with #817A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A6B; }
p { color: rgb(129,122,107); }
H1.HeaderClassName
{
color: #817A6B;
}
.AnyTagClassName
{
color: #817A6B;
}
</style>
background-color css
<style>
a { background-color: #817A6B; }
a { background-color: rgb(129,122,107); }
div.DivClassName
{
background-color: #817A6B;
}
.BgClassName
{
background-color: #817A6B;
}
</style>
border-color css
<style>
span { border-color: #817A6B; }
span { border-color: rgb(129,122,107); }
td.TdClassName
{
border-color: #817A6B;
}
.TagClassName
{
border-color: #817A6B;
}
</style>