Shades of Arrowtown #7F796D
Tints of Arrowtown #7F796D
RGB
CMYK
RGB Variations
Color information
#7F796D (or 0x7F796D) is known color: Arrowtown. HEX triplet: 7F, 79 and 6D. RGB value is (127,121,109). Sum of RGB (Red+Green+Blue) = 127+121+109=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 127 - color contains mainly: red. Hex color #7F796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F796D is #808692. Grayscale: #797979. Windows color (decimal): -8423059 or 7174527. OLE color: 7174527.
HSL color Cylindrical-coordinate representation of color #7F796D: hue angle of 40º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F796D is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 109 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.50 |
| HSL | 40º | 0.08% | 0.46% | - |
| HSV(B) | 40º | 0.14% | 0.5% | - |
| XYZ | 18.35 | 19.29 | 17.22 | - |
| YUV | 121.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 109 | 0 | 0.05 | 0.14 | 0.50 | 40 | 0.08 | 0.46 |
| Hex | 7F | 79 | 6D | 0 | 5 | E | 32 | 28 | 8 | 2E |
| Octal | 177 | 171 | 155 | 0 | 5 | 16 | 62 | 50 | 10 | 56 |
| Binary | 1111111 | 1111001 | 1101101 | 0 | 101 | 1110 | 110010 | 101000 | 1000 | 101110 |
Color Harmonies of #7F796D
Complementary color
Monochromatic Colors of #7F796D
Black with #7F796D
Text Example
Text Example
White with #7F796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F796D; }
p { color: rgb(127,121,109); }
H1.HeaderClassName
{
color: #7F796D;
}
.AnyTagClassName
{
color: #7F796D;
}
</style>
background-color css
<style>
a { background-color: #7F796D; }
a { background-color: rgb(127,121,109); }
div.DivClassName
{
background-color: #7F796D;
}
.BgClassName
{
background-color: #7F796D;
}
</style>
border-color css
<style>
span { border-color: #7F796D; }
span { border-color: rgb(127,121,109); }
td.TdClassName
{
border-color: #7F796D;
}
.TagClassName
{
border-color: #7F796D;
}
</style>