Shades of Americano #847A73
Tints of Americano #847A73
RGB
CMYK
RGB Variations
Color information
#847A73 (or 0x847A73) is known color: Americano. HEX triplet: 84, 7A and 73. RGB value is (132,122,115). Sum of RGB (Red+Green+Blue) = 132+122+115=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #847A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A73 is #7B858C. Grayscale: #7C7C7C. Windows color (decimal): -8095117 or 7568004. OLE color: 7568004.
HSL color Cylindrical-coordinate representation of color #847A73: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #847A73 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 115 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.48 |
| HSL | 24.71º | 0.07% | 0.48% | - |
| HSV(B) | 24.71º | 0.13% | 0.52% | - |
| XYZ | 19.57 | 20.06 | 19.06 | - |
| YUV | 124.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 115 | 0 | 0.08 | 0.13 | 0.48 | 24.71 | 0.07 | 0.48 |
| Hex | 84 | 7A | 73 | 0 | 8 | D | 30 | 19 | 7 | 30 |
| Octal | 204 | 172 | 163 | 0 | 10 | 15 | 60 | 31 | 7 | 60 |
| Binary | 10000100 | 1111010 | 1110011 | 0 | 1000 | 1101 | 110000 | 11001 | 111 | 110000 |
Color Harmonies of #847A73
Complementary color
Monochromatic Colors of #847A73
Black with #847A73
Text Example
Text Example
White with #847A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A73; }
p { color: rgb(132,122,115); }
H1.HeaderClassName
{
color: #847A73;
}
.AnyTagClassName
{
color: #847A73;
}
</style>
background-color css
<style>
a { background-color: #847A73; }
a { background-color: rgb(132,122,115); }
div.DivClassName
{
background-color: #847A73;
}
.BgClassName
{
background-color: #847A73;
}
</style>
border-color css
<style>
span { border-color: #847A73; }
span { border-color: rgb(132,122,115); }
td.TdClassName
{
border-color: #847A73;
}
.TagClassName
{
border-color: #847A73;
}
</style>