Shades of Americano #877C70
Tints of Americano #877C70
RGB
CMYK
RGB Variations
Color information
#877C70 (or 0x877C70) is known color: Americano. HEX triplet: 87, 7C and 70. RGB value is (135,124,112). Sum of RGB (Red+Green+Blue) = 135+124+112=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #877C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C70 is #78838F. Grayscale: #7D7D7D. Windows color (decimal): -7898000 or 7371911. OLE color: 7371911.
HSL color Cylindrical-coordinate representation of color #877C70: hue angle of 31.3º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877C70 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 112 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.47 |
| HSL | 31.3º | 0.09% | 0.48% | - |
| HSV(B) | 31.3º | 0.17% | 0.53% | - |
| XYZ | 20.12 | 20.74 | 18.27 | - |
| YUV | 125.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 112 | 0 | 0.08 | 0.17 | 0.47 | 31.3 | 0.09 | 0.48 |
| Hex | 87 | 7C | 70 | 0 | 8 | 11 | 2F | 1F | 9 | 30 |
| Octal | 207 | 174 | 160 | 0 | 10 | 21 | 57 | 37 | 11 | 60 |
| Binary | 10000111 | 1111100 | 1110000 | 0 | 1000 | 10001 | 101111 | 11111 | 1001 | 110000 |
Color Harmonies of #877C70
Complementary color
Monochromatic Colors of #877C70
Black with #877C70
Text Example
Text Example
White with #877C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C70; }
p { color: rgb(135,124,112); }
H1.HeaderClassName
{
color: #877C70;
}
.AnyTagClassName
{
color: #877C70;
}
</style>
background-color css
<style>
a { background-color: #877C70; }
a { background-color: rgb(135,124,112); }
div.DivClassName
{
background-color: #877C70;
}
.BgClassName
{
background-color: #877C70;
}
</style>
border-color css
<style>
span { border-color: #877C70; }
span { border-color: rgb(135,124,112); }
td.TdClassName
{
border-color: #877C70;
}
.TagClassName
{
border-color: #877C70;
}
</style>