Shades of Americano #8B7C71
Tints of Americano #8B7C71
RGB
CMYK
RGB Variations
Color information
#8B7C71 (or 0x8B7C71) is known color: Americano. HEX triplet: 8B, 7C and 71. RGB value is (139,124,113). Sum of RGB (Red+Green+Blue) = 139+124+113=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C71 is #74838E. Grayscale: #7F7F7F. Windows color (decimal): -7635855 or 7437451. OLE color: 7437451.
HSL color Cylindrical-coordinate representation of color #8B7C71: hue angle of 25.38º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7C71 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 113 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.45 |
| HSL | 25.38º | 0.1% | 0.49% | - |
| HSV(B) | 25.38º | 0.19% | 0.55% | - |
| XYZ | 20.84 | 21.1 | 18.6 | - |
| YUV | 127.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 113 | 0 | 0.11 | 0.19 | 0.45 | 25.38 | 0.1 | 0.49 |
| Hex | 8B | 7C | 71 | 0 | B | 13 | 2D | 19 | A | 31 |
| Octal | 213 | 174 | 161 | 0 | 13 | 23 | 55 | 31 | 12 | 61 |
| Binary | 10001011 | 1111100 | 1110001 | 0 | 1011 | 10011 | 101101 | 11001 | 1010 | 110001 |
Color Harmonies of #8B7C71
Complementary color
Monochromatic Colors of #8B7C71
Black with #8B7C71
Text Example
Text Example
White with #8B7C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C71; }
p { color: rgb(139,124,113); }
H1.HeaderClassName
{
color: #8B7C71;
}
.AnyTagClassName
{
color: #8B7C71;
}
</style>
background-color css
<style>
a { background-color: #8B7C71; }
a { background-color: rgb(139,124,113); }
div.DivClassName
{
background-color: #8B7C71;
}
.BgClassName
{
background-color: #8B7C71;
}
</style>
border-color css
<style>
span { border-color: #8B7C71; }
span { border-color: rgb(139,124,113); }
td.TdClassName
{
border-color: #8B7C71;
}
.TagClassName
{
border-color: #8B7C71;
}
</style>