Shades of Arrowtown #8A7D68
Tints of Arrowtown #8A7D68
RGB
CMYK
RGB Variations
Color information
#8A7D68 (or 0x8A7D68) is known color: Arrowtown. HEX triplet: 8A, 7D and 68. RGB value is (138,125,104). Sum of RGB (Red+Green+Blue) = 138+125+104=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D68 is #758297. Grayscale: #7E7E7E. Windows color (decimal): -7701144 or 6847882. OLE color: 6847882.
HSL color Cylindrical-coordinate representation of color #8A7D68: hue angle of 37.06º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7D68 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 125 | 104 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.46 |
| HSL | 37.06º | 0.14% | 0.47% | - |
| HSV(B) | 37.06º | 0.25% | 0.54% | - |
| XYZ | 20.31 | 21.07 | 16.09 | - |
| YUV | 126.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 104 | 0 | 0.09 | 0.25 | 0.46 | 37.06 | 0.14 | 0.47 |
| Hex | 8A | 7D | 68 | 0 | 9 | 19 | 2E | 25 | E | 2F |
| Octal | 212 | 175 | 150 | 0 | 11 | 31 | 56 | 45 | 16 | 57 |
| Binary | 10001010 | 1111101 | 1101000 | 0 | 1001 | 11001 | 101110 | 100101 | 1110 | 101111 |
Color Harmonies of #8A7D68
Complementary color
Monochromatic Colors of #8A7D68
Black with #8A7D68
Text Example
Text Example
White with #8A7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7D68; }
p { color: rgb(138,125,104); }
H1.HeaderClassName
{
color: #8A7D68;
}
.AnyTagClassName
{
color: #8A7D68;
}
</style>
background-color css
<style>
a { background-color: #8A7D68; }
a { background-color: rgb(138,125,104); }
div.DivClassName
{
background-color: #8A7D68;
}
.BgClassName
{
background-color: #8A7D68;
}
</style>
border-color css
<style>
span { border-color: #8A7D68; }
span { border-color: rgb(138,125,104); }
td.TdClassName
{
border-color: #8A7D68;
}
.TagClassName
{
border-color: #8A7D68;
}
</style>