Shades of Arrowtown #7E7863
Tints of Arrowtown #7E7863
RGB
CMYK
RGB Variations
Color information
#7E7863 (or 0x7E7863) is known color: Arrowtown. HEX triplet: 7E, 78 and 63. RGB value is (126,120,99). Sum of RGB (Red+Green+Blue) = 126+120+99=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7863 is #81879C. Grayscale: #777777. Windows color (decimal): -8488861 or 6518910. OLE color: 6518910.
HSL color Cylindrical-coordinate representation of color #7E7863: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E7863 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 99 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.51 |
| HSL | 46.67º | 0.12% | 0.44% | - |
| HSV(B) | 46.67º | 0.21% | 0.49% | - |
| XYZ | 17.57 | 18.77 | 14.5 | - |
| YUV | 119.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 99 | 0 | 0.05 | 0.21 | 0.51 | 46.67 | 0.12 | 0.44 |
| Hex | 7E | 78 | 63 | 0 | 5 | 15 | 33 | 2F | C | 2C |
| Octal | 176 | 170 | 143 | 0 | 5 | 25 | 63 | 57 | 14 | 54 |
| Binary | 1111110 | 1111000 | 1100011 | 0 | 101 | 10101 | 110011 | 101111 | 1100 | 101100 |
Color Harmonies of #7E7863
Complementary color
Monochromatic Colors of #7E7863
Black with #7E7863
Text Example
Text Example
White with #7E7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7863; }
p { color: rgb(126,120,99); }
H1.HeaderClassName
{
color: #7E7863;
}
.AnyTagClassName
{
color: #7E7863;
}
</style>
background-color css
<style>
a { background-color: #7E7863; }
a { background-color: rgb(126,120,99); }
div.DivClassName
{
background-color: #7E7863;
}
.BgClassName
{
background-color: #7E7863;
}
</style>
border-color css
<style>
span { border-color: #7E7863; }
span { border-color: rgb(126,120,99); }
td.TdClassName
{
border-color: #7E7863;
}
.TagClassName
{
border-color: #7E7863;
}
</style>