Shades of Arrowtown #8B7E68
Tints of Arrowtown #8B7E68
RGB
CMYK
RGB Variations
Color information
#8B7E68 (or 0x8B7E68) is known color: Arrowtown. HEX triplet: 8B, 7E and 68. RGB value is (139,126,104). Sum of RGB (Red+Green+Blue) = 139+126+104=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E68 is #748197. Grayscale: #7F7F7F. Windows color (decimal): -7635352 or 6848139. OLE color: 6848139.
HSL color Cylindrical-coordinate representation of color #8B7E68: hue angle of 37.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B7E68 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 104 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.45 |
| HSL | 37.71º | 0.14% | 0.48% | - |
| HSV(B) | 37.71º | 0.25% | 0.55% | - |
| XYZ | 20.61 | 21.41 | 16.14 | - |
| YUV | 127.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 104 | 0 | 0.09 | 0.25 | 0.45 | 37.71 | 0.14 | 0.48 |
| Hex | 8B | 7E | 68 | 0 | 9 | 19 | 2D | 26 | E | 30 |
| Octal | 213 | 176 | 150 | 0 | 11 | 31 | 55 | 46 | 16 | 60 |
| Binary | 10001011 | 1111110 | 1101000 | 0 | 1001 | 11001 | 101101 | 100110 | 1110 | 110000 |
Color Harmonies of #8B7E68
Complementary color
Monochromatic Colors of #8B7E68
Black with #8B7E68
Text Example
Text Example
White with #8B7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E68; }
p { color: rgb(139,126,104); }
H1.HeaderClassName
{
color: #8B7E68;
}
.AnyTagClassName
{
color: #8B7E68;
}
</style>
background-color css
<style>
a { background-color: #8B7E68; }
a { background-color: rgb(139,126,104); }
div.DivClassName
{
background-color: #8B7E68;
}
.BgClassName
{
background-color: #8B7E68;
}
</style>
border-color css
<style>
span { border-color: #8B7E68; }
span { border-color: rgb(139,126,104); }
td.TdClassName
{
border-color: #8B7E68;
}
.TagClassName
{
border-color: #8B7E68;
}
</style>