Shades of Arrowtown #7E7868
Tints of Arrowtown #7E7868
RGB
CMYK
RGB Variations
Color information
#7E7868 (or 0x7E7868) is known color: Arrowtown. HEX triplet: 7E, 78 and 68. RGB value is (126,120,104). Sum of RGB (Red+Green+Blue) = 126+120+104=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7868 is #818797. Grayscale: #787878. Windows color (decimal): -8488856 or 6846590. OLE color: 6846590.
HSL color Cylindrical-coordinate representation of color #7E7868: hue angle of 43.64º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E7868 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 104 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.51 |
| HSL | 43.64º | 0.1% | 0.45% | - |
| HSV(B) | 43.64º | 0.17% | 0.49% | - |
| XYZ | 17.82 | 18.87 | 15.8 | - |
| YUV | 119.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 104 | 0 | 0.05 | 0.17 | 0.51 | 43.64 | 0.1 | 0.45 |
| Hex | 7E | 78 | 68 | 0 | 5 | 11 | 33 | 2C | A | 2D |
| Octal | 176 | 170 | 150 | 0 | 5 | 21 | 63 | 54 | 12 | 55 |
| Binary | 1111110 | 1111000 | 1101000 | 0 | 101 | 10001 | 110011 | 101100 | 1010 | 101101 |
Color Harmonies of #7E7868
Complementary color
Monochromatic Colors of #7E7868
Black with #7E7868
Text Example
Text Example
White with #7E7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7868; }
p { color: rgb(126,120,104); }
H1.HeaderClassName
{
color: #7E7868;
}
.AnyTagClassName
{
color: #7E7868;
}
</style>
background-color css
<style>
a { background-color: #7E7868; }
a { background-color: rgb(126,120,104); }
div.DivClassName
{
background-color: #7E7868;
}
.BgClassName
{
background-color: #7E7868;
}
</style>
border-color css
<style>
span { border-color: #7E7868; }
span { border-color: rgb(126,120,104); }
td.TdClassName
{
border-color: #7E7868;
}
.TagClassName
{
border-color: #7E7868;
}
</style>