Shades of Americano #8C7B6D
Tints of Americano #8C7B6D
RGB
CMYK
RGB Variations
Color information
#8C7B6D (or 0x8C7B6D) is known color: Americano. HEX triplet: 8C, 7B and 6D. RGB value is (140,123,109). Sum of RGB (Red+Green+Blue) = 140+123+109=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B6D is #738492. Grayscale: #7E7E7E. Windows color (decimal): -7570579 or 7175052. OLE color: 7175052.
HSL color Cylindrical-coordinate representation of color #8C7B6D: hue angle of 27.1º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C7B6D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 109 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.45 |
| HSL | 27.1º | 0.12% | 0.49% | - |
| HSV(B) | 27.1º | 0.22% | 0.55% | - |
| XYZ | 20.66 | 20.85 | 17.4 | - |
| YUV | 126.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 109 | 0 | 0.12 | 0.22 | 0.45 | 27.1 | 0.12 | 0.49 |
| Hex | 8C | 7B | 6D | 0 | C | 16 | 2D | 1B | C | 31 |
| Octal | 214 | 173 | 155 | 0 | 14 | 26 | 55 | 33 | 14 | 61 |
| Binary | 10001100 | 1111011 | 1101101 | 0 | 1100 | 10110 | 101101 | 11011 | 1100 | 110001 |
Color Harmonies of #8C7B6D
Complementary color
Monochromatic Colors of #8C7B6D
Black with #8C7B6D
Text Example
Text Example
White with #8C7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B6D; }
p { color: rgb(140,123,109); }
H1.HeaderClassName
{
color: #8C7B6D;
}
.AnyTagClassName
{
color: #8C7B6D;
}
</style>
background-color css
<style>
a { background-color: #8C7B6D; }
a { background-color: rgb(140,123,109); }
div.DivClassName
{
background-color: #8C7B6D;
}
.BgClassName
{
background-color: #8C7B6D;
}
</style>
border-color css
<style>
span { border-color: #8C7B6D; }
span { border-color: rgb(140,123,109); }
td.TdClassName
{
border-color: #8C7B6D;
}
.TagClassName
{
border-color: #8C7B6D;
}
</style>