Shades of Americano #867C72
Tints of Americano #867C72
RGB
CMYK
RGB Variations
Color information
#867C72 (or 0x867C72) is known color: Americano. HEX triplet: 86, 7C and 72. RGB value is (134,124,114). Sum of RGB (Red+Green+Blue) = 134+124+114=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #867C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C72 is #79838D. Grayscale: #7D7D7D. Windows color (decimal): -7963534 or 7502982. OLE color: 7502982.
HSL color Cylindrical-coordinate representation of color #867C72: hue angle of 30º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #867C72 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 114 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.47 |
| HSL | 30º | 0.08% | 0.49% | - |
| HSV(B) | 30º | 0.15% | 0.53% | - |
| XYZ | 20.08 | 20.7 | 18.86 | - |
| YUV | 125.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 114 | 0 | 0.07 | 0.15 | 0.47 | 30 | 0.08 | 0.49 |
| Hex | 86 | 7C | 72 | 0 | 7 | F | 2F | 1E | 8 | 31 |
| Octal | 206 | 174 | 162 | 0 | 7 | 17 | 57 | 36 | 10 | 61 |
| Binary | 10000110 | 1111100 | 1110010 | 0 | 111 | 1111 | 101111 | 11110 | 1000 | 110001 |
Color Harmonies of #867C72
Complementary color
Monochromatic Colors of #867C72
Black with #867C72
Text Example
Text Example
White with #867C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C72; }
p { color: rgb(134,124,114); }
H1.HeaderClassName
{
color: #867C72;
}
.AnyTagClassName
{
color: #867C72;
}
</style>
background-color css
<style>
a { background-color: #867C72; }
a { background-color: rgb(134,124,114); }
div.DivClassName
{
background-color: #867C72;
}
.BgClassName
{
background-color: #867C72;
}
</style>
border-color css
<style>
span { border-color: #867C72; }
span { border-color: rgb(134,124,114); }
td.TdClassName
{
border-color: #867C72;
}
.TagClassName
{
border-color: #867C72;
}
</style>