Shades of Americano #807870
Tints of Americano #807870
RGB
CMYK
RGB Variations
Color information
#807870 (or 0x807870) is known color: Americano. HEX triplet: 80, 78 and 70. RGB value is (128,120,112). Sum of RGB (Red+Green+Blue) = 128+120+112=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 128 - color contains mainly: red. Hex color #807870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807870 is #7F878F. Grayscale: #797979. Windows color (decimal): -8357776 or 7370880. OLE color: 7370880.
HSL color Cylindrical-coordinate representation of color #807870: hue angle of 30º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807870 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 112 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.50 |
| HSL | 30º | 0.07% | 0.47% | - |
| HSV(B) | 30º | 0.13% | 0.5% | - |
| XYZ | 18.54 | 19.19 | 18.06 | - |
| YUV | 121.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 112 | 0 | 0.06 | 0.12 | 0.50 | 30 | 0.07 | 0.47 |
| Hex | 80 | 78 | 70 | 0 | 6 | C | 32 | 1E | 7 | 2F |
| Octal | 200 | 170 | 160 | 0 | 6 | 14 | 62 | 36 | 7 | 57 |
| Binary | 10000000 | 1111000 | 1110000 | 0 | 110 | 1100 | 110010 | 11110 | 111 | 101111 |
Color Harmonies of #807870
Complementary color
Monochromatic Colors of #807870
Black with #807870
Text Example
Text Example
White with #807870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807870; }
p { color: rgb(128,120,112); }
H1.HeaderClassName
{
color: #807870;
}
.AnyTagClassName
{
color: #807870;
}
</style>
background-color css
<style>
a { background-color: #807870; }
a { background-color: rgb(128,120,112); }
div.DivClassName
{
background-color: #807870;
}
.BgClassName
{
background-color: #807870;
}
</style>
border-color css
<style>
span { border-color: #807870; }
span { border-color: rgb(128,120,112); }
td.TdClassName
{
border-color: #807870;
}
.TagClassName
{
border-color: #807870;
}
</style>