Shades of Americano #847B70
Tints of Americano #847B70
RGB
CMYK
RGB Variations
Color information
#847B70 (or 0x847B70) is known color: Americano. HEX triplet: 84, 7B and 70. RGB value is (132,123,112). Sum of RGB (Red+Green+Blue) = 132+123+112=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #847B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B70 is #7B848F. Grayscale: #7C7C7C. Windows color (decimal): -8094864 or 7371652. OLE color: 7371652.
HSL color Cylindrical-coordinate representation of color #847B70: hue angle of 33º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #847B70 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 112 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.48 |
| HSL | 33º | 0.08% | 0.48% | - |
| HSV(B) | 33º | 0.15% | 0.52% | - |
| XYZ | 19.52 | 20.24 | 18.21 | - |
| YUV | 124.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 112 | 0 | 0.07 | 0.15 | 0.48 | 33 | 0.08 | 0.48 |
| Hex | 84 | 7B | 70 | 0 | 7 | F | 30 | 21 | 8 | 30 |
| Octal | 204 | 173 | 160 | 0 | 7 | 17 | 60 | 41 | 10 | 60 |
| Binary | 10000100 | 1111011 | 1110000 | 0 | 111 | 1111 | 110000 | 100001 | 1000 | 110000 |
Color Harmonies of #847B70
Complementary color
Monochromatic Colors of #847B70
Black with #847B70
Text Example
Text Example
White with #847B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B70; }
p { color: rgb(132,123,112); }
H1.HeaderClassName
{
color: #847B70;
}
.AnyTagClassName
{
color: #847B70;
}
</style>
background-color css
<style>
a { background-color: #847B70; }
a { background-color: rgb(132,123,112); }
div.DivClassName
{
background-color: #847B70;
}
.BgClassName
{
background-color: #847B70;
}
</style>
border-color css
<style>
span { border-color: #847B70; }
span { border-color: rgb(132,123,112); }
td.TdClassName
{
border-color: #847B70;
}
.TagClassName
{
border-color: #847B70;
}
</style>