Shades of Arrowtown #7F7B6F
Tints of Arrowtown #7F7B6F
RGB
CMYK
RGB Variations
Color information
#7F7B6F (or 0x7F7B6F) is known color: Arrowtown. HEX triplet: 7F, 7B and 6F. RGB value is (127,123,111). Sum of RGB (Red+Green+Blue) = 127+123+111=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B6F is #808490. Grayscale: #7A7A7A. Windows color (decimal): -8422545 or 7306111. OLE color: 7306111.
HSL color Cylindrical-coordinate representation of color #7F7B6F: hue angle of 45º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F7B6F is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 111 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.50 |
| HSL | 45º | 0.07% | 0.47% | - |
| HSV(B) | 45º | 0.13% | 0.5% | - |
| XYZ | 18.7 | 19.83 | 17.88 | - |
| YUV | 122.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 111 | 0 | 0.03 | 0.13 | 0.50 | 45 | 0.07 | 0.47 |
| Hex | 7F | 7B | 6F | 0 | 3 | D | 32 | 2D | 7 | 2F |
| Octal | 177 | 173 | 157 | 0 | 3 | 15 | 62 | 55 | 7 | 57 |
| Binary | 1111111 | 1111011 | 1101111 | 0 | 11 | 1101 | 110010 | 101101 | 111 | 101111 |
Color Harmonies of #7F7B6F
Complementary color
Monochromatic Colors of #7F7B6F
Black with #7F7B6F
Text Example
Text Example
White with #7F7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B6F; }
p { color: rgb(127,123,111); }
H1.HeaderClassName
{
color: #7F7B6F;
}
.AnyTagClassName
{
color: #7F7B6F;
}
</style>
background-color css
<style>
a { background-color: #7F7B6F; }
a { background-color: rgb(127,123,111); }
div.DivClassName
{
background-color: #7F7B6F;
}
.BgClassName
{
background-color: #7F7B6F;
}
</style>
border-color css
<style>
span { border-color: #7F7B6F; }
span { border-color: rgb(127,123,111); }
td.TdClassName
{
border-color: #7F7B6F;
}
.TagClassName
{
border-color: #7F7B6F;
}
</style>