Shades of Americano #8B786C
Tints of Americano #8B786C
RGB
CMYK
RGB Variations
Color information
#8B786C (or 0x8B786C) is known color: Americano. HEX triplet: 8B, 78 and 6C. RGB value is (139,120,108). Sum of RGB (Red+Green+Blue) = 139+120+108=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B786C is #748793. Grayscale: #7C7C7C. Windows color (decimal): -7636884 or 7108747. OLE color: 7108747.
HSL color Cylindrical-coordinate representation of color #8B786C: hue angle of 23.23º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B786C is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 108 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.45 |
| HSL | 23.23º | 0.13% | 0.48% | - |
| HSV(B) | 23.23º | 0.22% | 0.55% | - |
| XYZ | 20.07 | 20 | 16.99 | - |
| YUV | 124.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 108 | 0 | 0.14 | 0.22 | 0.45 | 23.23 | 0.13 | 0.48 |
| Hex | 8B | 78 | 6C | 0 | E | 16 | 2D | 17 | D | 30 |
| Octal | 213 | 170 | 154 | 0 | 16 | 26 | 55 | 27 | 15 | 60 |
| Binary | 10001011 | 1111000 | 1101100 | 0 | 1110 | 10110 | 101101 | 10111 | 1101 | 110000 |
Color Harmonies of #8B786C
Complementary color
Monochromatic Colors of #8B786C
Black with #8B786C
Text Example
Text Example
White with #8B786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B786C; }
p { color: rgb(139,120,108); }
H1.HeaderClassName
{
color: #8B786C;
}
.AnyTagClassName
{
color: #8B786C;
}
</style>
background-color css
<style>
a { background-color: #8B786C; }
a { background-color: rgb(139,120,108); }
div.DivClassName
{
background-color: #8B786C;
}
.BgClassName
{
background-color: #8B786C;
}
</style>
border-color css
<style>
span { border-color: #8B786C; }
span { border-color: rgb(139,120,108); }
td.TdClassName
{
border-color: #8B786C;
}
.TagClassName
{
border-color: #8B786C;
}
</style>