Shades of Americano #867C74
Tints of Americano #867C74
RGB
CMYK
RGB Variations
Color information
#867C74 (or 0x867C74) is known color: Americano. HEX triplet: 86, 7C and 74. RGB value is (134,124,116). Sum of RGB (Red+Green+Blue) = 134+124+116=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #867C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C74 is #79838B. Grayscale: #7E7E7E. Windows color (decimal): -7963532 or 7634054. OLE color: 7634054.
HSL color Cylindrical-coordinate representation of color #867C74: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #867C74 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 116 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.47 |
| HSL | 26.67º | 0.07% | 0.49% | - |
| HSV(B) | 26.67º | 0.13% | 0.53% | - |
| XYZ | 20.19 | 20.74 | 19.46 | - |
| YUV | 126.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 116 | 0 | 0.07 | 0.13 | 0.47 | 26.67 | 0.07 | 0.49 |
| Hex | 86 | 7C | 74 | 0 | 7 | D | 2F | 1B | 7 | 31 |
| Octal | 206 | 174 | 164 | 0 | 7 | 15 | 57 | 33 | 7 | 61 |
| Binary | 10000110 | 1111100 | 1110100 | 0 | 111 | 1101 | 101111 | 11011 | 111 | 110001 |
Color Harmonies of #867C74
Complementary color
Monochromatic Colors of #867C74
Black with #867C74
Text Example
Text Example
White with #867C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C74; }
p { color: rgb(134,124,116); }
H1.HeaderClassName
{
color: #867C74;
}
.AnyTagClassName
{
color: #867C74;
}
</style>
background-color css
<style>
a { background-color: #867C74; }
a { background-color: rgb(134,124,116); }
div.DivClassName
{
background-color: #867C74;
}
.BgClassName
{
background-color: #867C74;
}
</style>
border-color css
<style>
span { border-color: #867C74; }
span { border-color: rgb(134,124,116); }
td.TdClassName
{
border-color: #867C74;
}
.TagClassName
{
border-color: #867C74;
}
</style>