Shades of Arrowtown #847C68
Tints of Arrowtown #847C68
RGB
CMYK
RGB Variations
Color information
#847C68 (or 0x847C68) is known color: Arrowtown. HEX triplet: 84, 7C and 68. RGB value is (132,124,104). Sum of RGB (Red+Green+Blue) = 132+124+104=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #847C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C68 is #7B8397. Grayscale: #7C7C7C. Windows color (decimal): -8094616 or 6847620. OLE color: 6847620.
HSL color Cylindrical-coordinate representation of color #847C68: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847C68 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 104 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.48 |
| HSL | 42.86º | 0.12% | 0.46% | - |
| HSV(B) | 42.86º | 0.21% | 0.52% | - |
| XYZ | 19.22 | 20.32 | 16.01 | - |
| YUV | 124.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 104 | 0 | 0.06 | 0.21 | 0.48 | 42.86 | 0.12 | 0.46 |
| Hex | 84 | 7C | 68 | 0 | 6 | 15 | 30 | 2B | C | 2E |
| Octal | 204 | 174 | 150 | 0 | 6 | 25 | 60 | 53 | 14 | 56 |
| Binary | 10000100 | 1111100 | 1101000 | 0 | 110 | 10101 | 110000 | 101011 | 1100 | 101110 |
Color Harmonies of #847C68
Complementary color
Monochromatic Colors of #847C68
Black with #847C68
Text Example
Text Example
White with #847C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C68; }
p { color: rgb(132,124,104); }
H1.HeaderClassName
{
color: #847C68;
}
.AnyTagClassName
{
color: #847C68;
}
</style>
background-color css
<style>
a { background-color: #847C68; }
a { background-color: rgb(132,124,104); }
div.DivClassName
{
background-color: #847C68;
}
.BgClassName
{
background-color: #847C68;
}
</style>
border-color css
<style>
span { border-color: #847C68; }
span { border-color: rgb(132,124,104); }
td.TdClassName
{
border-color: #847C68;
}
.TagClassName
{
border-color: #847C68;
}
</style>