Shades of Arrowtown #7F7A70
Tints of Arrowtown #7F7A70
RGB
CMYK
RGB Variations
Color information
#7F7A70 (or 0x7F7A70) is known color: Arrowtown. HEX triplet: 7F, 7A and 70. RGB value is (127,122,112). Sum of RGB (Red+Green+Blue) = 127+122+112=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A70 is #80858F. Grayscale: #7A7A7A. Windows color (decimal): -8422800 or 7371391. OLE color: 7371391.
HSL color Cylindrical-coordinate representation of color #7F7A70: hue angle of 40º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F7A70 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 112 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.50 |
| HSL | 40º | 0.06% | 0.47% | - |
| HSV(B) | 40º | 0.12% | 0.5% | - |
| XYZ | 18.64 | 19.6 | 18.13 | - |
| YUV | 122.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 112 | 0 | 0.04 | 0.12 | 0.50 | 40 | 0.06 | 0.47 |
| Hex | 7F | 7A | 70 | 0 | 4 | C | 32 | 28 | 6 | 2F |
| Octal | 177 | 172 | 160 | 0 | 4 | 14 | 62 | 50 | 6 | 57 |
| Binary | 1111111 | 1111010 | 1110000 | 0 | 100 | 1100 | 110010 | 101000 | 110 | 101111 |
Color Harmonies of #7F7A70
Complementary color
Monochromatic Colors of #7F7A70
Black with #7F7A70
Text Example
Text Example
White with #7F7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A70; }
p { color: rgb(127,122,112); }
H1.HeaderClassName
{
color: #7F7A70;
}
.AnyTagClassName
{
color: #7F7A70;
}
</style>
background-color css
<style>
a { background-color: #7F7A70; }
a { background-color: rgb(127,122,112); }
div.DivClassName
{
background-color: #7F7A70;
}
.BgClassName
{
background-color: #7F7A70;
}
</style>
border-color css
<style>
span { border-color: #7F7A70; }
span { border-color: rgb(127,122,112); }
td.TdClassName
{
border-color: #7F7A70;
}
.TagClassName
{
border-color: #7F7A70;
}
</style>