Shades of Arrowtown #807A6B
Tints of Arrowtown #807A6B
RGB
CMYK
RGB Variations
Color information
#807A6B (or 0x807A6B) is known color: Arrowtown. HEX triplet: 80, 7A and 6B. RGB value is (128,122,107). Sum of RGB (Red+Green+Blue) = 128+122+107=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #807A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807A6B is #7F8594. Grayscale: #7A7A7A. Windows color (decimal): -8357269 or 7043712. OLE color: 7043712.
HSL color Cylindrical-coordinate representation of color #807A6B: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807A6B is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 122 | 107 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.50 |
| HSL | 42.86º | 0.09% | 0.46% | - |
| HSV(B) | 42.86º | 0.16% | 0.5% | - |
| XYZ | 18.52 | 19.57 | 16.71 | - |
| YUV | 122.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 107 | 0 | 0.05 | 0.16 | 0.50 | 42.86 | 0.09 | 0.46 |
| Hex | 80 | 7A | 6B | 0 | 5 | 10 | 32 | 2B | 9 | 2E |
| Octal | 200 | 172 | 153 | 0 | 5 | 20 | 62 | 53 | 11 | 56 |
| Binary | 10000000 | 1111010 | 1101011 | 0 | 101 | 10000 | 110010 | 101011 | 1001 | 101110 |
Color Harmonies of #807A6B
Complementary color
Monochromatic Colors of #807A6B
Black with #807A6B
Text Example
Text Example
White with #807A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A6B; }
p { color: rgb(128,122,107); }
H1.HeaderClassName
{
color: #807A6B;
}
.AnyTagClassName
{
color: #807A6B;
}
</style>
background-color css
<style>
a { background-color: #807A6B; }
a { background-color: rgb(128,122,107); }
div.DivClassName
{
background-color: #807A6B;
}
.BgClassName
{
background-color: #807A6B;
}
</style>
border-color css
<style>
span { border-color: #807A6B; }
span { border-color: rgb(128,122,107); }
td.TdClassName
{
border-color: #807A6B;
}
.TagClassName
{
border-color: #807A6B;
}
</style>