Shades of Americano #8D7B6F
Tints of Americano #8D7B6F
RGB
CMYK
RGB Variations
Color information
#8D7B6F (or 0x8D7B6F) is known color: Americano. HEX triplet: 8D, 7B and 6F. RGB value is (141,123,111). Sum of RGB (Red+Green+Blue) = 141+123+111=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B6F is #728490. Grayscale: #7F7F7F. Windows color (decimal): -7505041 or 7306125. OLE color: 7306125.
HSL color Cylindrical-coordinate representation of color #8D7B6F: hue angle of 24º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7B6F is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 111 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.45 |
| HSL | 24º | 0.12% | 0.49% | - |
| HSV(B) | 24º | 0.21% | 0.55% | - |
| XYZ | 20.94 | 20.98 | 17.98 | - |
| YUV | 127.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 111 | 0 | 0.13 | 0.21 | 0.45 | 24 | 0.12 | 0.49 |
| Hex | 8D | 7B | 6F | 0 | D | 15 | 2D | 18 | C | 31 |
| Octal | 215 | 173 | 157 | 0 | 15 | 25 | 55 | 30 | 14 | 61 |
| Binary | 10001101 | 1111011 | 1101111 | 0 | 1101 | 10101 | 101101 | 11000 | 1100 | 110001 |
Color Harmonies of #8D7B6F
Complementary color
Monochromatic Colors of #8D7B6F
Black with #8D7B6F
Text Example
Text Example
White with #8D7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B6F; }
p { color: rgb(141,123,111); }
H1.HeaderClassName
{
color: #8D7B6F;
}
.AnyTagClassName
{
color: #8D7B6F;
}
</style>
background-color css
<style>
a { background-color: #8D7B6F; }
a { background-color: rgb(141,123,111); }
div.DivClassName
{
background-color: #8D7B6F;
}
.BgClassName
{
background-color: #8D7B6F;
}
</style>
border-color css
<style>
span { border-color: #8D7B6F; }
span { border-color: rgb(141,123,111); }
td.TdClassName
{
border-color: #8D7B6F;
}
.TagClassName
{
border-color: #8D7B6F;
}
</style>