Shades of Arrowtown #847A68
Tints of Arrowtown #847A68
RGB
CMYK
RGB Variations
Color information
#847A68 (or 0x847A68) is known color: Arrowtown. HEX triplet: 84, 7A and 68. RGB value is (132,122,104). Sum of RGB (Red+Green+Blue) = 132+122+104=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #847A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A68 is #7B8597. Grayscale: #7B7B7B. Windows color (decimal): -8095128 or 6847108. OLE color: 6847108.
HSL color Cylindrical-coordinate representation of color #847A68: hue angle of 38.57º 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 #847A68 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 104 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.48 |
| HSL | 38.57º | 0.12% | 0.46% | - |
| HSV(B) | 38.57º | 0.21% | 0.52% | - |
| XYZ | 18.97 | 19.82 | 15.92 | - |
| YUV | 122.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 104 | 0 | 0.08 | 0.21 | 0.48 | 38.57 | 0.12 | 0.46 |
| Hex | 84 | 7A | 68 | 0 | 8 | 15 | 30 | 27 | C | 2E |
| Octal | 204 | 172 | 150 | 0 | 10 | 25 | 60 | 47 | 14 | 56 |
| Binary | 10000100 | 1111010 | 1101000 | 0 | 1000 | 10101 | 110000 | 100111 | 1100 | 101110 |
Color Harmonies of #847A68
Complementary color
Monochromatic Colors of #847A68
Black with #847A68
Text Example
Text Example
White with #847A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A68; }
p { color: rgb(132,122,104); }
H1.HeaderClassName
{
color: #847A68;
}
.AnyTagClassName
{
color: #847A68;
}
</style>
background-color css
<style>
a { background-color: #847A68; }
a { background-color: rgb(132,122,104); }
div.DivClassName
{
background-color: #847A68;
}
.BgClassName
{
background-color: #847A68;
}
</style>
border-color css
<style>
span { border-color: #847A68; }
span { border-color: rgb(132,122,104); }
td.TdClassName
{
border-color: #847A68;
}
.TagClassName
{
border-color: #847A68;
}
</style>