Shades of Americano #85766D
Tints of Americano #85766D
RGB
CMYK
RGB Variations
Color information
#85766D (or 0x85766D) is known color: Americano. HEX triplet: 85, 76 and 6D. RGB value is (133,118,109). Sum of RGB (Red+Green+Blue) = 133+118+109=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85766D is #7A8992. Grayscale: #797979. Windows color (decimal): -8030611 or 7173765. OLE color: 7173765.
HSL color Cylindrical-coordinate representation of color #85766D: 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 #85766D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 109 | - |
| 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.91 | 19.05 | 17.15 | - |
| YUV | 121.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 109 | 0 | 0.11 | 0.18 | 0.48 | 22.5 | 0.1 | 0.47 |
| Hex | 85 | 76 | 6D | 0 | B | 12 | 30 | 16 | A | 2F |
| Octal | 205 | 166 | 155 | 0 | 13 | 22 | 60 | 26 | 12 | 57 |
| Binary | 10000101 | 1110110 | 1101101 | 0 | 1011 | 10010 | 110000 | 10110 | 1010 | 101111 |
Color Harmonies of #85766D
Complementary color
Monochromatic Colors of #85766D
Black with #85766D
Text Example
Text Example
White with #85766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85766D; }
p { color: rgb(133,118,109); }
H1.HeaderClassName
{
color: #85766D;
}
.AnyTagClassName
{
color: #85766D;
}
</style>
background-color css
<style>
a { background-color: #85766D; }
a { background-color: rgb(133,118,109); }
div.DivClassName
{
background-color: #85766D;
}
.BgClassName
{
background-color: #85766D;
}
</style>
border-color css
<style>
span { border-color: #85766D; }
span { border-color: rgb(133,118,109); }
td.TdClassName
{
border-color: #85766D;
}
.TagClassName
{
border-color: #85766D;
}
</style>