Shades of Americano #88817B
Tints of Americano #88817B
RGB
CMYK
RGB Variations
Color information
#88817B (or 0x88817B) is known color: Americano. HEX triplet: 88, 81 and 7B. RGB value is (136,129,123). Sum of RGB (Red+Green+Blue) = 136+129+123=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #88817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88817B is #777E84. Grayscale: #828282. Windows color (decimal): -7831173 or 8094088. OLE color: 8094088.
HSL color Cylindrical-coordinate representation of color #88817B: hue angle of 27.69º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88817B is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 123 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.47 |
| HSL | 27.69º | 0.05% | 0.51% | - |
| HSV(B) | 27.69º | 0.1% | 0.53% | - |
| XYZ | 21.58 | 22.36 | 21.92 | - |
| YUV | 130.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 123 | 0 | 0.05 | 0.10 | 0.47 | 27.69 | 0.05 | 0.51 |
| Hex | 88 | 81 | 7B | 0 | 5 | A | 2F | 1C | 5 | 33 |
| Octal | 210 | 201 | 173 | 0 | 5 | 12 | 57 | 34 | 5 | 63 |
| Binary | 10001000 | 10000001 | 1111011 | 0 | 101 | 1010 | 101111 | 11100 | 101 | 110011 |
Color Harmonies of #88817B
Complementary color
Monochromatic Colors of #88817B
Black with #88817B
Text Example
Text Example
White with #88817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88817B; }
p { color: rgb(136,129,123); }
H1.HeaderClassName
{
color: #88817B;
}
.AnyTagClassName
{
color: #88817B;
}
</style>
background-color css
<style>
a { background-color: #88817B; }
a { background-color: rgb(136,129,123); }
div.DivClassName
{
background-color: #88817B;
}
.BgClassName
{
background-color: #88817B;
}
</style>
border-color css
<style>
span { border-color: #88817B; }
span { border-color: rgb(136,129,123); }
td.TdClassName
{
border-color: #88817B;
}
.TagClassName
{
border-color: #88817B;
}
</style>