Shades of Americano #847E78
Tints of Americano #847E78
RGB
CMYK
RGB Variations
Color information
#847E78 (or 0x847E78) is known color: Americano. HEX triplet: 84, 7E and 78. RGB value is (132,126,120). Sum of RGB (Red+Green+Blue) = 132+126+120=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #847E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E78 is #7B8187. Grayscale: #7F7F7F. Windows color (decimal): -8094088 or 7896708. OLE color: 7896708.
HSL color Cylindrical-coordinate representation of color #847E78: hue angle of 30º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #847E78 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 120 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.48 |
| HSL | 30º | 0.05% | 0.49% | - |
| HSV(B) | 30º | 0.09% | 0.52% | - |
| XYZ | 20.37 | 21.18 | 20.78 | - |
| YUV | 127.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 120 | 0 | 0.05 | 0.09 | 0.48 | 30 | 0.05 | 0.49 |
| Hex | 84 | 7E | 78 | 0 | 5 | 9 | 30 | 1E | 5 | 31 |
| Octal | 204 | 176 | 170 | 0 | 5 | 11 | 60 | 36 | 5 | 61 |
| Binary | 10000100 | 1111110 | 1111000 | 0 | 101 | 1001 | 110000 | 11110 | 101 | 110001 |
Color Harmonies of #847E78
Complementary color
Monochromatic Colors of #847E78
Black with #847E78
Text Example
Text Example
White with #847E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E78; }
p { color: rgb(132,126,120); }
H1.HeaderClassName
{
color: #847E78;
}
.AnyTagClassName
{
color: #847E78;
}
</style>
background-color css
<style>
a { background-color: #847E78; }
a { background-color: rgb(132,126,120); }
div.DivClassName
{
background-color: #847E78;
}
.BgClassName
{
background-color: #847E78;
}
</style>
border-color css
<style>
span { border-color: #847E78; }
span { border-color: rgb(132,126,120); }
td.TdClassName
{
border-color: #847E78;
}
.TagClassName
{
border-color: #847E78;
}
</style>