Shades of Arrowtown #7F7868
Tints of Arrowtown #7F7868
RGB
CMYK
RGB Variations
Color information
#7F7868 (or 0x7F7868) is known color: Arrowtown. HEX triplet: 7F, 78 and 68. RGB value is (127,120,104). Sum of RGB (Red+Green+Blue) = 127+120+104=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7868 is #808797. Grayscale: #787878. Windows color (decimal): -8423320 or 6846591. OLE color: 6846591.
HSL color Cylindrical-coordinate representation of color #7F7868: hue angle of 41.74º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F7868 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 104 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.50 |
| HSL | 41.74º | 0.1% | 0.45% | - |
| HSV(B) | 41.74º | 0.18% | 0.5% | - |
| XYZ | 17.97 | 18.94 | 15.81 | - |
| YUV | 120.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 104 | 0 | 0.06 | 0.18 | 0.50 | 41.74 | 0.1 | 0.45 |
| Hex | 7F | 78 | 68 | 0 | 6 | 12 | 32 | 2A | A | 2D |
| Octal | 177 | 170 | 150 | 0 | 6 | 22 | 62 | 52 | 12 | 55 |
| Binary | 1111111 | 1111000 | 1101000 | 0 | 110 | 10010 | 110010 | 101010 | 1010 | 101101 |
Color Harmonies of #7F7868
Complementary color
Monochromatic Colors of #7F7868
Black with #7F7868
Text Example
Text Example
White with #7F7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7868; }
p { color: rgb(127,120,104); }
H1.HeaderClassName
{
color: #7F7868;
}
.AnyTagClassName
{
color: #7F7868;
}
</style>
background-color css
<style>
a { background-color: #7F7868; }
a { background-color: rgb(127,120,104); }
div.DivClassName
{
background-color: #7F7868;
}
.BgClassName
{
background-color: #7F7868;
}
</style>
border-color css
<style>
span { border-color: #7F7868; }
span { border-color: rgb(127,120,104); }
td.TdClassName
{
border-color: #7F7868;
}
.TagClassName
{
border-color: #7F7868;
}
</style>