Shades of Americano #8A8078
Tints of Americano #8A8078
RGB
CMYK
RGB Variations
Color information
#8A8078 (or 0x8A8078) is known color: Americano. HEX triplet: 8A, 80 and 78. RGB value is (138,128,120). Sum of RGB (Red+Green+Blue) = 138+128+120=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8078 is #757F87. Grayscale: #828282. Windows color (decimal): -7700360 or 7897226. OLE color: 7897226.
HSL color Cylindrical-coordinate representation of color #8A8078: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A8078 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 120 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.46 |
| HSL | 26.67º | 0.07% | 0.51% | - |
| HSV(B) | 26.67º | 0.13% | 0.54% | - |
| XYZ | 21.59 | 22.2 | 20.92 | - |
| YUV | 130.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 120 | 0 | 0.07 | 0.13 | 0.46 | 26.67 | 0.07 | 0.51 |
| Hex | 8A | 80 | 78 | 0 | 7 | D | 2E | 1B | 7 | 33 |
| Octal | 212 | 200 | 170 | 0 | 7 | 15 | 56 | 33 | 7 | 63 |
| Binary | 10001010 | 10000000 | 1111000 | 0 | 111 | 1101 | 101110 | 11011 | 111 | 110011 |
Color Harmonies of #8A8078
Complementary color
Monochromatic Colors of #8A8078
Black with #8A8078
Text Example
Text Example
White with #8A8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8078; }
p { color: rgb(138,128,120); }
H1.HeaderClassName
{
color: #8A8078;
}
.AnyTagClassName
{
color: #8A8078;
}
</style>
background-color css
<style>
a { background-color: #8A8078; }
a { background-color: rgb(138,128,120); }
div.DivClassName
{
background-color: #8A8078;
}
.BgClassName
{
background-color: #8A8078;
}
</style>
border-color css
<style>
span { border-color: #8A8078; }
span { border-color: rgb(138,128,120); }
td.TdClassName
{
border-color: #8A8078;
}
.TagClassName
{
border-color: #8A8078;
}
</style>