Shades of Americano #8B7E70
Tints of Americano #8B7E70
RGB
CMYK
RGB Variations
Color information
#8B7E70 (or 0x8B7E70) is known color: Americano. HEX triplet: 8B, 7E and 70. RGB value is (139,126,112). Sum of RGB (Red+Green+Blue) = 139+126+112=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E70 is #74818F. Grayscale: #808080. Windows color (decimal): -7635344 or 7372427. OLE color: 7372427.
HSL color Cylindrical-coordinate representation of color #8B7E70: hue angle of 31.11º degrees, saturation: 0.11, 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 #8B7E70 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 112 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.45 |
| HSL | 31.11º | 0.11% | 0.49% | - |
| HSV(B) | 31.11º | 0.19% | 0.55% | - |
| XYZ | 21.03 | 21.58 | 18.39 | - |
| YUV | 128.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 112 | 0 | 0.09 | 0.19 | 0.45 | 31.11 | 0.11 | 0.49 |
| Hex | 8B | 7E | 70 | 0 | 9 | 13 | 2D | 1F | B | 31 |
| Octal | 213 | 176 | 160 | 0 | 11 | 23 | 55 | 37 | 13 | 61 |
| Binary | 10001011 | 1111110 | 1110000 | 0 | 1001 | 10011 | 101101 | 11111 | 1011 | 110001 |
Color Harmonies of #8B7E70
Complementary color
Monochromatic Colors of #8B7E70
Black with #8B7E70
Text Example
Text Example
White with #8B7E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E70; }
p { color: rgb(139,126,112); }
H1.HeaderClassName
{
color: #8B7E70;
}
.AnyTagClassName
{
color: #8B7E70;
}
</style>
background-color css
<style>
a { background-color: #8B7E70; }
a { background-color: rgb(139,126,112); }
div.DivClassName
{
background-color: #8B7E70;
}
.BgClassName
{
background-color: #8B7E70;
}
</style>
border-color css
<style>
span { border-color: #8B7E70; }
span { border-color: rgb(139,126,112); }
td.TdClassName
{
border-color: #8B7E70;
}
.TagClassName
{
border-color: #8B7E70;
}
</style>