Shades of Arrowtown #7E7862
Tints of Arrowtown #7E7862
RGB
CMYK
RGB Variations
Color information
#7E7862 (or 0x7E7862) is known color: Arrowtown. HEX triplet: 7E, 78 and 62. RGB value is (126,120,98). Sum of RGB (Red+Green+Blue) = 126+120+98=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7862 is #81879D. Grayscale: #777777. Windows color (decimal): -8488862 or 6453374. OLE color: 6453374.
HSL color Cylindrical-coordinate representation of color #7E7862: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E7862 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 98 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.51 |
| HSL | 47.14º | 0.13% | 0.44% | - |
| HSV(B) | 47.14º | 0.22% | 0.49% | - |
| XYZ | 17.53 | 18.75 | 14.25 | - |
| YUV | 119.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 98 | 0 | 0.05 | 0.22 | 0.51 | 47.14 | 0.13 | 0.44 |
| Hex | 7E | 78 | 62 | 0 | 5 | 16 | 33 | 2F | C | 2C |
| Octal | 176 | 170 | 142 | 0 | 5 | 26 | 63 | 57 | 14 | 54 |
| Binary | 1111110 | 1111000 | 1100010 | 0 | 101 | 10110 | 110011 | 101111 | 1100 | 101100 |
Color Harmonies of #7E7862
Complementary color
Monochromatic Colors of #7E7862
Black with #7E7862
Text Example
Text Example
White with #7E7862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7862; }
p { color: rgb(126,120,98); }
H1.HeaderClassName
{
color: #7E7862;
}
.AnyTagClassName
{
color: #7E7862;
}
</style>
background-color css
<style>
a { background-color: #7E7862; }
a { background-color: rgb(126,120,98); }
div.DivClassName
{
background-color: #7E7862;
}
.BgClassName
{
background-color: #7E7862;
}
</style>
border-color css
<style>
span { border-color: #7E7862; }
span { border-color: rgb(126,120,98); }
td.TdClassName
{
border-color: #7E7862;
}
.TagClassName
{
border-color: #7E7862;
}
</style>