Shades of Americano #85776D
Tints of Americano #85776D
RGB
CMYK
RGB Variations
Color information
#85776D (or 0x85776D) is known color: Americano. HEX triplet: 85, 77 and 6D. RGB value is (133,119,109). Sum of RGB (Red+Green+Blue) = 133+119+109=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85776D is #7A8892. Grayscale: #7A7A7A. Windows color (decimal): -8030355 or 7174021. OLE color: 7174021.
HSL color Cylindrical-coordinate representation of color #85776D: hue angle of 25º 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 #85776D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 119 | 109 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.48 |
| HSL | 25º | 0.1% | 0.47% | - |
| HSV(B) | 25º | 0.18% | 0.52% | - |
| XYZ | 19.03 | 19.28 | 17.19 | - |
| YUV | 122.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 109 | 0 | 0.11 | 0.18 | 0.48 | 25 | 0.1 | 0.47 |
| Hex | 85 | 77 | 6D | 0 | B | 12 | 30 | 19 | A | 2F |
| Octal | 205 | 167 | 155 | 0 | 13 | 22 | 60 | 31 | 12 | 57 |
| Binary | 10000101 | 1110111 | 1101101 | 0 | 1011 | 10010 | 110000 | 11001 | 1010 | 101111 |
Color Harmonies of #85776D
Complementary color
Monochromatic Colors of #85776D
Black with #85776D
Text Example
Text Example
White with #85776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85776D; }
p { color: rgb(133,119,109); }
H1.HeaderClassName
{
color: #85776D;
}
.AnyTagClassName
{
color: #85776D;
}
</style>
background-color css
<style>
a { background-color: #85776D; }
a { background-color: rgb(133,119,109); }
div.DivClassName
{
background-color: #85776D;
}
.BgClassName
{
background-color: #85776D;
}
</style>
border-color css
<style>
span { border-color: #85776D; }
span { border-color: rgb(133,119,109); }
td.TdClassName
{
border-color: #85776D;
}
.TagClassName
{
border-color: #85776D;
}
</style>