Shades of Americano #877C72
Tints of Americano #877C72
RGB
CMYK
RGB Variations
Color information
#877C72 (or 0x877C72) is known color: Americano. HEX triplet: 87, 7C and 72. RGB value is (135,124,114). Sum of RGB (Red+Green+Blue) = 135+124+114=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C72 is #78838D. Grayscale: #7E7E7E. Windows color (decimal): -7897998 or 7502983. OLE color: 7502983.
HSL color Cylindrical-coordinate representation of color #877C72: hue angle of 28.57º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877C72 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 114 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.47 |
| HSL | 28.57º | 0.08% | 0.49% | - |
| HSV(B) | 28.57º | 0.16% | 0.53% | - |
| XYZ | 20.24 | 20.78 | 18.86 | - |
| YUV | 126.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 114 | 0 | 0.08 | 0.16 | 0.47 | 28.57 | 0.08 | 0.49 |
| Hex | 87 | 7C | 72 | 0 | 8 | 10 | 2F | 1D | 8 | 31 |
| Octal | 207 | 174 | 162 | 0 | 10 | 20 | 57 | 35 | 10 | 61 |
| Binary | 10000111 | 1111100 | 1110010 | 0 | 1000 | 10000 | 101111 | 11101 | 1000 | 110001 |
Color Harmonies of #877C72
Complementary color
Monochromatic Colors of #877C72
Black with #877C72
Text Example
Text Example
White with #877C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C72; }
p { color: rgb(135,124,114); }
H1.HeaderClassName
{
color: #877C72;
}
.AnyTagClassName
{
color: #877C72;
}
</style>
background-color css
<style>
a { background-color: #877C72; }
a { background-color: rgb(135,124,114); }
div.DivClassName
{
background-color: #877C72;
}
.BgClassName
{
background-color: #877C72;
}
</style>
border-color css
<style>
span { border-color: #877C72; }
span { border-color: rgb(135,124,114); }
td.TdClassName
{
border-color: #877C72;
}
.TagClassName
{
border-color: #877C72;
}
</style>