Shades of Americano #84756C
Tints of Americano #84756C
RGB
CMYK
RGB Variations
Color information
#84756C (or 0x84756C) is known color: Americano. HEX triplet: 84, 75 and 6C. RGB value is (132,117,108). Sum of RGB (Red+Green+Blue) = 132+117+108=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84756C is #7B8A93. Grayscale: #787878. Windows color (decimal): -8096404 or 7107972. OLE color: 7107972.
HSL color Cylindrical-coordinate representation of color #84756C: hue angle of 22.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84756C is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 108 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.48 |
| HSL | 22.5º | 0.1% | 0.47% | - |
| HSV(B) | 22.5º | 0.18% | 0.52% | - |
| XYZ | 18.58 | 18.71 | 16.82 | - |
| YUV | 120.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 108 | 0 | 0.11 | 0.18 | 0.48 | 22.5 | 0.1 | 0.47 |
| Hex | 84 | 75 | 6C | 0 | B | 12 | 30 | 16 | A | 2F |
| Octal | 204 | 165 | 154 | 0 | 13 | 22 | 60 | 26 | 12 | 57 |
| Binary | 10000100 | 1110101 | 1101100 | 0 | 1011 | 10010 | 110000 | 10110 | 1010 | 101111 |
Color Harmonies of #84756C
Complementary color
Monochromatic Colors of #84756C
Black with #84756C
Text Example
Text Example
White with #84756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84756C; }
p { color: rgb(132,117,108); }
H1.HeaderClassName
{
color: #84756C;
}
.AnyTagClassName
{
color: #84756C;
}
</style>
background-color css
<style>
a { background-color: #84756C; }
a { background-color: rgb(132,117,108); }
div.DivClassName
{
background-color: #84756C;
}
.BgClassName
{
background-color: #84756C;
}
</style>
border-color css
<style>
span { border-color: #84756C; }
span { border-color: rgb(132,117,108); }
td.TdClassName
{
border-color: #84756C;
}
.TagClassName
{
border-color: #84756C;
}
</style>