Shades of Americano #85776E
Tints of Americano #85776E
RGB
CMYK
RGB Variations
Color information
#85776E (or 0x85776E) is known color: Americano. HEX triplet: 85, 77 and 6E. RGB value is (133,119,110). Sum of RGB (Red+Green+Blue) = 133+119+110=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85776E is #7A8891. Grayscale: #7A7A7A. Windows color (decimal): -8030354 or 7239557. OLE color: 7239557.
HSL color Cylindrical-coordinate representation of color #85776E: hue angle of 23.48º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85776E is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 119 | 110 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.48 |
| HSL | 23.48º | 0.09% | 0.48% | - |
| HSV(B) | 23.48º | 0.17% | 0.52% | - |
| XYZ | 19.08 | 19.31 | 17.47 | - |
| YUV | 122.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 110 | 0 | 0.11 | 0.17 | 0.48 | 23.48 | 0.09 | 0.48 |
| Hex | 85 | 77 | 6E | 0 | B | 11 | 30 | 17 | 9 | 30 |
| Octal | 205 | 167 | 156 | 0 | 13 | 21 | 60 | 27 | 11 | 60 |
| Binary | 10000101 | 1110111 | 1101110 | 0 | 1011 | 10001 | 110000 | 10111 | 1001 | 110000 |
Color Harmonies of #85776E
Complementary color
Monochromatic Colors of #85776E
Black with #85776E
Text Example
Text Example
White with #85776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85776E; }
p { color: rgb(133,119,110); }
H1.HeaderClassName
{
color: #85776E;
}
.AnyTagClassName
{
color: #85776E;
}
</style>
background-color css
<style>
a { background-color: #85776E; }
a { background-color: rgb(133,119,110); }
div.DivClassName
{
background-color: #85776E;
}
.BgClassName
{
background-color: #85776E;
}
</style>
border-color css
<style>
span { border-color: #85776E; }
span { border-color: rgb(133,119,110); }
td.TdClassName
{
border-color: #85776E;
}
.TagClassName
{
border-color: #85776E;
}
</style>