Shades of Americano #8A7B6D
Tints of Americano #8A7B6D
RGB
CMYK
RGB Variations
Color information
#8A7B6D (or 0x8A7B6D) is known color: Americano. HEX triplet: 8A, 7B and 6D. RGB value is (138,123,109). Sum of RGB (Red+Green+Blue) = 138+123+109=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B6D is #758492. Grayscale: #7D7D7D. Windows color (decimal): -7701651 or 7175050. OLE color: 7175050.
HSL color Cylindrical-coordinate representation of color #8A7B6D: hue angle of 28.97º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A7B6D is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 123 | 109 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.46 |
| HSL | 28.97º | 0.12% | 0.48% | - |
| HSV(B) | 28.97º | 0.21% | 0.54% | - |
| XYZ | 20.32 | 20.67 | 17.39 | - |
| YUV | 125.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 109 | 0 | 0.11 | 0.21 | 0.46 | 28.97 | 0.12 | 0.48 |
| Hex | 8A | 7B | 6D | 0 | B | 15 | 2E | 1D | C | 30 |
| Octal | 212 | 173 | 155 | 0 | 13 | 25 | 56 | 35 | 14 | 60 |
| Binary | 10001010 | 1111011 | 1101101 | 0 | 1011 | 10101 | 101110 | 11101 | 1100 | 110000 |
Color Harmonies of #8A7B6D
Complementary color
Monochromatic Colors of #8A7B6D
Black with #8A7B6D
Text Example
Text Example
White with #8A7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B6D; }
p { color: rgb(138,123,109); }
H1.HeaderClassName
{
color: #8A7B6D;
}
.AnyTagClassName
{
color: #8A7B6D;
}
</style>
background-color css
<style>
a { background-color: #8A7B6D; }
a { background-color: rgb(138,123,109); }
div.DivClassName
{
background-color: #8A7B6D;
}
.BgClassName
{
background-color: #8A7B6D;
}
</style>
border-color css
<style>
span { border-color: #8A7B6D; }
span { border-color: rgb(138,123,109); }
td.TdClassName
{
border-color: #8A7B6D;
}
.TagClassName
{
border-color: #8A7B6D;
}
</style>