Shades of Americano #8B7B70
Tints of Americano #8B7B70
RGB
CMYK
RGB Variations
Color information
#8B7B70 (or 0x8B7B70) is known color: Americano. HEX triplet: 8B, 7B and 70. RGB value is (139,123,112). Sum of RGB (Red+Green+Blue) = 139+123+112=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B70 is #74848F. Grayscale: #7E7E7E. Windows color (decimal): -7636112 or 7371659. OLE color: 7371659.
HSL color Cylindrical-coordinate representation of color #8B7B70: hue angle of 24.44º 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 #8B7B70 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 112 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.45 |
| HSL | 24.44º | 0.11% | 0.49% | - |
| HSV(B) | 24.44º | 0.19% | 0.55% | - |
| XYZ | 20.66 | 20.82 | 18.26 | - |
| YUV | 126.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 112 | 0 | 0.12 | 0.19 | 0.45 | 24.44 | 0.11 | 0.49 |
| Hex | 8B | 7B | 70 | 0 | C | 13 | 2D | 18 | B | 31 |
| Octal | 213 | 173 | 160 | 0 | 14 | 23 | 55 | 30 | 13 | 61 |
| Binary | 10001011 | 1111011 | 1110000 | 0 | 1100 | 10011 | 101101 | 11000 | 1011 | 110001 |
Color Harmonies of #8B7B70
Complementary color
Monochromatic Colors of #8B7B70
Black with #8B7B70
Text Example
Text Example
White with #8B7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B70; }
p { color: rgb(139,123,112); }
H1.HeaderClassName
{
color: #8B7B70;
}
.AnyTagClassName
{
color: #8B7B70;
}
</style>
background-color css
<style>
a { background-color: #8B7B70; }
a { background-color: rgb(139,123,112); }
div.DivClassName
{
background-color: #8B7B70;
}
.BgClassName
{
background-color: #8B7B70;
}
</style>
border-color css
<style>
span { border-color: #8B7B70; }
span { border-color: rgb(139,123,112); }
td.TdClassName
{
border-color: #8B7B70;
}
.TagClassName
{
border-color: #8B7B70;
}
</style>