Shades of Americano #87817C
Tints of Americano #87817C
RGB
CMYK
RGB Variations
Color information
#87817C (or 0x87817C) is known color: Americano. HEX triplet: 87, 81 and 7C. RGB value is (135,129,124). Sum of RGB (Red+Green+Blue) = 135+129+124=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #87817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87817C is #787E83. Grayscale: #828282. Windows color (decimal): -7896708 or 8159623. OLE color: 8159623.
HSL color Cylindrical-coordinate representation of color #87817C: hue angle of 27.27º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87817C is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 124 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.47 |
| HSL | 27.27º | 0.04% | 0.51% | - |
| HSV(B) | 27.27º | 0.08% | 0.53% | - |
| XYZ | 21.48 | 22.31 | 22.24 | - |
| YUV | 130.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 124 | 0 | 0.04 | 0.08 | 0.47 | 27.27 | 0.04 | 0.51 |
| Hex | 87 | 81 | 7C | 0 | 4 | 8 | 2F | 1B | 4 | 33 |
| Octal | 207 | 201 | 174 | 0 | 4 | 10 | 57 | 33 | 4 | 63 |
| Binary | 10000111 | 10000001 | 1111100 | 0 | 100 | 1000 | 101111 | 11011 | 100 | 110011 |
Color Harmonies of #87817C
Complementary color
Monochromatic Colors of #87817C
Black with #87817C
Text Example
Text Example
White with #87817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87817C; }
p { color: rgb(135,129,124); }
H1.HeaderClassName
{
color: #87817C;
}
.AnyTagClassName
{
color: #87817C;
}
</style>
background-color css
<style>
a { background-color: #87817C; }
a { background-color: rgb(135,129,124); }
div.DivClassName
{
background-color: #87817C;
}
.BgClassName
{
background-color: #87817C;
}
</style>
border-color css
<style>
span { border-color: #87817C; }
span { border-color: rgb(135,129,124); }
td.TdClassName
{
border-color: #87817C;
}
.TagClassName
{
border-color: #87817C;
}
</style>