Shades of Arrowtown #7E7A70
Tints of Arrowtown #7E7A70
RGB
CMYK
RGB Variations
Color information
#7E7A70 (or 0x7E7A70) is known color: Arrowtown. HEX triplet: 7E, 7A and 70. RGB value is (126,122,112). Sum of RGB (Red+Green+Blue) = 126+122+112=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A70 is #81858F. Grayscale: #7A7A7A. Windows color (decimal): -8488336 or 7371390. OLE color: 7371390.
HSL color Cylindrical-coordinate representation of color #7E7A70: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E7A70 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 112 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.51 |
| HSL | 42.86º | 0.06% | 0.47% | - |
| HSV(B) | 42.86º | 0.11% | 0.49% | - |
| XYZ | 18.49 | 19.52 | 18.12 | - |
| YUV | 122.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 112 | 0 | 0.03 | 0.11 | 0.51 | 42.86 | 0.06 | 0.47 |
| Hex | 7E | 7A | 70 | 0 | 3 | B | 33 | 2B | 6 | 2F |
| Octal | 176 | 172 | 160 | 0 | 3 | 13 | 63 | 53 | 6 | 57 |
| Binary | 1111110 | 1111010 | 1110000 | 0 | 11 | 1011 | 110011 | 101011 | 110 | 101111 |
Color Harmonies of #7E7A70
Complementary color
Monochromatic Colors of #7E7A70
Black with #7E7A70
Text Example
Text Example
White with #7E7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A70; }
p { color: rgb(126,122,112); }
H1.HeaderClassName
{
color: #7E7A70;
}
.AnyTagClassName
{
color: #7E7A70;
}
</style>
background-color css
<style>
a { background-color: #7E7A70; }
a { background-color: rgb(126,122,112); }
div.DivClassName
{
background-color: #7E7A70;
}
.BgClassName
{
background-color: #7E7A70;
}
</style>
border-color css
<style>
span { border-color: #7E7A70; }
span { border-color: rgb(126,122,112); }
td.TdClassName
{
border-color: #7E7A70;
}
.TagClassName
{
border-color: #7E7A70;
}
</style>