Shades of Americano #8B7D71
Tints of Americano #8B7D71
RGB
CMYK
RGB Variations
Color information
#8B7D71 (or 0x8B7D71) is known color: Americano. HEX triplet: 8B, 7D and 71. RGB value is (139,125,113). Sum of RGB (Red+Green+Blue) = 139+125+113=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D71 is #74828E. Grayscale: #7F7F7F. Windows color (decimal): -7635599 or 7437707. OLE color: 7437707.
HSL color Cylindrical-coordinate representation of color #8B7D71: hue angle of 27.69º 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 #8B7D71 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 113 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.45 |
| HSL | 27.69º | 0.1% | 0.49% | - |
| HSV(B) | 27.69º | 0.19% | 0.55% | - |
| XYZ | 20.96 | 21.35 | 18.64 | - |
| YUV | 127.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 113 | 0 | 0.10 | 0.19 | 0.45 | 27.69 | 0.1 | 0.49 |
| Hex | 8B | 7D | 71 | 0 | A | 13 | 2D | 1C | A | 31 |
| Octal | 213 | 175 | 161 | 0 | 12 | 23 | 55 | 34 | 12 | 61 |
| Binary | 10001011 | 1111101 | 1110001 | 0 | 1010 | 10011 | 101101 | 11100 | 1010 | 110001 |
Color Harmonies of #8B7D71
Complementary color
Monochromatic Colors of #8B7D71
Black with #8B7D71
Text Example
Text Example
White with #8B7D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D71; }
p { color: rgb(139,125,113); }
H1.HeaderClassName
{
color: #8B7D71;
}
.AnyTagClassName
{
color: #8B7D71;
}
</style>
background-color css
<style>
a { background-color: #8B7D71; }
a { background-color: rgb(139,125,113); }
div.DivClassName
{
background-color: #8B7D71;
}
.BgClassName
{
background-color: #8B7D71;
}
</style>
border-color css
<style>
span { border-color: #8B7D71; }
span { border-color: rgb(139,125,113); }
td.TdClassName
{
border-color: #8B7D71;
}
.TagClassName
{
border-color: #8B7D71;
}
</style>