Shades of Americano #867F78
Tints of Americano #867F78
RGB
CMYK
RGB Variations
Color information
#867F78 (or 0x867F78) is known color: Americano. HEX triplet: 86, 7F and 78. RGB value is (134,127,120). Sum of RGB (Red+Green+Blue) = 134+127+120=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #867F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F78 is #798087. Grayscale: #808080. Windows color (decimal): -7962760 or 7896966. OLE color: 7896966.
HSL color Cylindrical-coordinate representation of color #867F78: hue angle of 30º 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 #867F78 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 120 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.47 |
| HSL | 30º | 0.06% | 0.5% | - |
| HSV(B) | 30º | 0.1% | 0.53% | - |
| XYZ | 20.81 | 21.6 | 20.84 | - |
| YUV | 128.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 120 | 0 | 0.05 | 0.10 | 0.47 | 30 | 0.06 | 0.5 |
| Hex | 86 | 7F | 78 | 0 | 5 | A | 2F | 1E | 6 | 32 |
| Octal | 206 | 177 | 170 | 0 | 5 | 12 | 57 | 36 | 6 | 62 |
| Binary | 10000110 | 1111111 | 1111000 | 0 | 101 | 1010 | 101111 | 11110 | 110 | 110010 |
Color Harmonies of #867F78
Complementary color
Monochromatic Colors of #867F78
Black with #867F78
Text Example
Text Example
White with #867F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F78; }
p { color: rgb(134,127,120); }
H1.HeaderClassName
{
color: #867F78;
}
.AnyTagClassName
{
color: #867F78;
}
</style>
background-color css
<style>
a { background-color: #867F78; }
a { background-color: rgb(134,127,120); }
div.DivClassName
{
background-color: #867F78;
}
.BgClassName
{
background-color: #867F78;
}
</style>
border-color css
<style>
span { border-color: #867F78; }
span { border-color: rgb(134,127,120); }
td.TdClassName
{
border-color: #867F78;
}
.TagClassName
{
border-color: #867F78;
}
</style>