Shades of Arrowtown #817A6C
Tints of Arrowtown #817A6C
RGB
CMYK
RGB Variations
Color information
#817A6C (or 0x817A6C) is known color: Arrowtown. HEX triplet: 81, 7A and 6C. RGB value is (129,122,108). Sum of RGB (Red+Green+Blue) = 129+122+108=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 129 - color contains mainly: red. Hex color #817A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A6C is #7E8593. Grayscale: #7A7A7A. Windows color (decimal): -8291732 or 7109249. OLE color: 7109249.
HSL color Cylindrical-coordinate representation of color #817A6C: hue angle of 40º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #817A6C is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 108 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.49 |
| HSL | 40º | 0.09% | 0.46% | - |
| HSV(B) | 40º | 0.16% | 0.51% | - |
| XYZ | 18.72 | 19.67 | 17 | - |
| YUV | 122.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 108 | 0 | 0.05 | 0.16 | 0.49 | 40 | 0.09 | 0.46 |
| Hex | 81 | 7A | 6C | 0 | 5 | 10 | 31 | 28 | 9 | 2E |
| Octal | 201 | 172 | 154 | 0 | 5 | 20 | 61 | 50 | 11 | 56 |
| Binary | 10000001 | 1111010 | 1101100 | 0 | 101 | 10000 | 110001 | 101000 | 1001 | 101110 |
Color Harmonies of #817A6C
Complementary color
Monochromatic Colors of #817A6C
Black with #817A6C
Text Example
Text Example
White with #817A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A6C; }
p { color: rgb(129,122,108); }
H1.HeaderClassName
{
color: #817A6C;
}
.AnyTagClassName
{
color: #817A6C;
}
</style>
background-color css
<style>
a { background-color: #817A6C; }
a { background-color: rgb(129,122,108); }
div.DivClassName
{
background-color: #817A6C;
}
.BgClassName
{
background-color: #817A6C;
}
</style>
border-color css
<style>
span { border-color: #817A6C; }
span { border-color: rgb(129,122,108); }
td.TdClassName
{
border-color: #817A6C;
}
.TagClassName
{
border-color: #817A6C;
}
</style>