Shades of Americano #867E78
Tints of Americano #867E78
RGB
CMYK
RGB Variations
Color information
#867E78 (or 0x867E78) is known color: Americano. HEX triplet: 86, 7E and 78. RGB value is (134,126,120). Sum of RGB (Red+Green+Blue) = 134+126+120=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #867E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E78 is #798187. Grayscale: #7F7F7F. Windows color (decimal): -7963016 or 7896710. OLE color: 7896710.
HSL color Cylindrical-coordinate representation of color #867E78: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #867E78 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 120 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.47 |
| HSL | 25.71º | 0.06% | 0.5% | - |
| HSV(B) | 25.71º | 0.1% | 0.53% | - |
| XYZ | 20.68 | 21.35 | 20.8 | - |
| YUV | 127.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 120 | 0 | 0.06 | 0.10 | 0.47 | 25.71 | 0.06 | 0.5 |
| Hex | 86 | 7E | 78 | 0 | 6 | A | 2F | 1A | 6 | 32 |
| Octal | 206 | 176 | 170 | 0 | 6 | 12 | 57 | 32 | 6 | 62 |
| Binary | 10000110 | 1111110 | 1111000 | 0 | 110 | 1010 | 101111 | 11010 | 110 | 110010 |
Color Harmonies of #867E78
Complementary color
Monochromatic Colors of #867E78
Black with #867E78
Text Example
Text Example
White with #867E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E78; }
p { color: rgb(134,126,120); }
H1.HeaderClassName
{
color: #867E78;
}
.AnyTagClassName
{
color: #867E78;
}
</style>
background-color css
<style>
a { background-color: #867E78; }
a { background-color: rgb(134,126,120); }
div.DivClassName
{
background-color: #867E78;
}
.BgClassName
{
background-color: #867E78;
}
</style>
border-color css
<style>
span { border-color: #867E78; }
span { border-color: rgb(134,126,120); }
td.TdClassName
{
border-color: #867E78;
}
.TagClassName
{
border-color: #867E78;
}
</style>