Shades of Americano #847A6F
Tints of Americano #847A6F
RGB
CMYK
RGB Variations
Color information
#847A6F (or 0x847A6F) is known color: Americano. HEX triplet: 84, 7A and 6F. RGB value is (132,122,111). Sum of RGB (Red+Green+Blue) = 132+122+111=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #847A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A6F is #7B8590. Grayscale: #7B7B7B. Windows color (decimal): -8095121 or 7305860. OLE color: 7305860.
HSL color Cylindrical-coordinate representation of color #847A6F: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #847A6F is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 111 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.48 |
| HSL | 31.43º | 0.09% | 0.48% | - |
| HSV(B) | 31.43º | 0.16% | 0.52% | - |
| XYZ | 19.34 | 19.97 | 17.87 | - |
| YUV | 123.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 111 | 0 | 0.08 | 0.16 | 0.48 | 31.43 | 0.09 | 0.48 |
| Hex | 84 | 7A | 6F | 0 | 8 | 10 | 30 | 1F | 9 | 30 |
| Octal | 204 | 172 | 157 | 0 | 10 | 20 | 60 | 37 | 11 | 60 |
| Binary | 10000100 | 1111010 | 1101111 | 0 | 1000 | 10000 | 110000 | 11111 | 1001 | 110000 |
Color Harmonies of #847A6F
Complementary color
Monochromatic Colors of #847A6F
Black with #847A6F
Text Example
Text Example
White with #847A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A6F; }
p { color: rgb(132,122,111); }
H1.HeaderClassName
{
color: #847A6F;
}
.AnyTagClassName
{
color: #847A6F;
}
</style>
background-color css
<style>
a { background-color: #847A6F; }
a { background-color: rgb(132,122,111); }
div.DivClassName
{
background-color: #847A6F;
}
.BgClassName
{
background-color: #847A6F;
}
</style>
border-color css
<style>
span { border-color: #847A6F; }
span { border-color: rgb(132,122,111); }
td.TdClassName
{
border-color: #847A6F;
}
.TagClassName
{
border-color: #847A6F;
}
</style>