Shades of Americano #877C6F
Tints of Americano #877C6F
RGB
CMYK
RGB Variations
Color information
#877C6F (or 0x877C6F) is known color: Americano. HEX triplet: 87, 7C and 6F. RGB value is (135,124,111). Sum of RGB (Red+Green+Blue) = 135+124+111=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #877C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C6F is #788390. Grayscale: #7D7D7D. Windows color (decimal): -7898001 or 7306375. OLE color: 7306375.
HSL color Cylindrical-coordinate representation of color #877C6F: hue angle of 32.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877C6F is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 111 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.47 |
| HSL | 32.5º | 0.1% | 0.48% | - |
| HSV(B) | 32.5º | 0.18% | 0.53% | - |
| XYZ | 20.07 | 20.71 | 17.98 | - |
| YUV | 125.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 111 | 0 | 0.08 | 0.18 | 0.47 | 32.5 | 0.1 | 0.48 |
| Hex | 87 | 7C | 6F | 0 | 8 | 12 | 2F | 20 | A | 30 |
| Octal | 207 | 174 | 157 | 0 | 10 | 22 | 57 | 40 | 12 | 60 |
| Binary | 10000111 | 1111100 | 1101111 | 0 | 1000 | 10010 | 101111 | 100000 | 1010 | 110000 |
Color Harmonies of #877C6F
Complementary color
Monochromatic Colors of #877C6F
Black with #877C6F
Text Example
Text Example
White with #877C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C6F; }
p { color: rgb(135,124,111); }
H1.HeaderClassName
{
color: #877C6F;
}
.AnyTagClassName
{
color: #877C6F;
}
</style>
background-color css
<style>
a { background-color: #877C6F; }
a { background-color: rgb(135,124,111); }
div.DivClassName
{
background-color: #877C6F;
}
.BgClassName
{
background-color: #877C6F;
}
</style>
border-color css
<style>
span { border-color: #877C6F; }
span { border-color: rgb(135,124,111); }
td.TdClassName
{
border-color: #877C6F;
}
.TagClassName
{
border-color: #877C6F;
}
</style>