Shades of Arrowtown #7F7867
Tints of Arrowtown #7F7867
RGB
CMYK
RGB Variations
Color information
#7F7867 (or 0x7F7867) is known color: Arrowtown. HEX triplet: 7F, 78 and 67. RGB value is (127,120,103). Sum of RGB (Red+Green+Blue) = 127+120+103=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7867 is #808798. Grayscale: #787878. Windows color (decimal): -8423321 or 6781055. OLE color: 6781055.
HSL color Cylindrical-coordinate representation of color #7F7867: hue angle of 42.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F7867 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 103 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.50 |
| HSL | 42.5º | 0.1% | 0.45% | - |
| HSV(B) | 42.5º | 0.19% | 0.5% | - |
| XYZ | 17.92 | 18.92 | 15.54 | - |
| YUV | 120.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 103 | 0 | 0.06 | 0.19 | 0.50 | 42.5 | 0.1 | 0.45 |
| Hex | 7F | 78 | 67 | 0 | 6 | 13 | 32 | 2A | A | 2D |
| Octal | 177 | 170 | 147 | 0 | 6 | 23 | 62 | 52 | 12 | 55 |
| Binary | 1111111 | 1111000 | 1100111 | 0 | 110 | 10011 | 110010 | 101010 | 1010 | 101101 |
Color Harmonies of #7F7867
Complementary color
Monochromatic Colors of #7F7867
Black with #7F7867
Text Example
Text Example
White with #7F7867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7867; }
p { color: rgb(127,120,103); }
H1.HeaderClassName
{
color: #7F7867;
}
.AnyTagClassName
{
color: #7F7867;
}
</style>
background-color css
<style>
a { background-color: #7F7867; }
a { background-color: rgb(127,120,103); }
div.DivClassName
{
background-color: #7F7867;
}
.BgClassName
{
background-color: #7F7867;
}
</style>
border-color css
<style>
span { border-color: #7F7867; }
span { border-color: rgb(127,120,103); }
td.TdClassName
{
border-color: #7F7867;
}
.TagClassName
{
border-color: #7F7867;
}
</style>