Shades of Americano #877F76
Tints of Americano #877F76
RGB
CMYK
RGB Variations
Color information
#877F76 (or 0x877F76) is known color: Americano. HEX triplet: 87, 7F and 76. RGB value is (135,127,118). Sum of RGB (Red+Green+Blue) = 135+127+118=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F76 is #788089. Grayscale: #808080. Windows color (decimal): -7897226 or 7765895. OLE color: 7765895.
HSL color Cylindrical-coordinate representation of color #877F76: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #877F76 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 118 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.47 |
| HSL | 31.76º | 0.07% | 0.5% | - |
| HSV(B) | 31.76º | 0.13% | 0.53% | - |
| XYZ | 20.85 | 21.64 | 20.22 | - |
| YUV | 128.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 118 | 0 | 0.06 | 0.13 | 0.47 | 31.76 | 0.07 | 0.5 |
| Hex | 87 | 7F | 76 | 0 | 6 | D | 2F | 20 | 7 | 32 |
| Octal | 207 | 177 | 166 | 0 | 6 | 15 | 57 | 40 | 7 | 62 |
| Binary | 10000111 | 1111111 | 1110110 | 0 | 110 | 1101 | 101111 | 100000 | 111 | 110010 |
Color Harmonies of #877F76
Complementary color
Monochromatic Colors of #877F76
Black with #877F76
Text Example
Text Example
White with #877F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F76; }
p { color: rgb(135,127,118); }
H1.HeaderClassName
{
color: #877F76;
}
.AnyTagClassName
{
color: #877F76;
}
</style>
background-color css
<style>
a { background-color: #877F76; }
a { background-color: rgb(135,127,118); }
div.DivClassName
{
background-color: #877F76;
}
.BgClassName
{
background-color: #877F76;
}
</style>
border-color css
<style>
span { border-color: #877F76; }
span { border-color: rgb(135,127,118); }
td.TdClassName
{
border-color: #877F76;
}
.TagClassName
{
border-color: #877F76;
}
</style>