Shades of Americano #857A73
Tints of Americano #857A73
RGB
CMYK
RGB Variations
Color information
#857A73 (or 0x857A73) is known color: Americano. HEX triplet: 85, 7A and 73. RGB value is (133,122,115). Sum of RGB (Red+Green+Blue) = 133+122+115=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A73 is #7A858C. Grayscale: #7C7C7C. Windows color (decimal): -8029581 or 7568005. OLE color: 7568005.
HSL color Cylindrical-coordinate representation of color #857A73: hue angle of 23.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #857A73 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 115 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.48 |
| HSL | 23.33º | 0.07% | 0.49% | - |
| HSV(B) | 23.33º | 0.14% | 0.52% | - |
| XYZ | 19.73 | 20.14 | 19.07 | - |
| YUV | 124.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 115 | 0 | 0.08 | 0.14 | 0.48 | 23.33 | 0.07 | 0.49 |
| Hex | 85 | 7A | 73 | 0 | 8 | E | 30 | 17 | 7 | 31 |
| Octal | 205 | 172 | 163 | 0 | 10 | 16 | 60 | 27 | 7 | 61 |
| Binary | 10000101 | 1111010 | 1110011 | 0 | 1000 | 1110 | 110000 | 10111 | 111 | 110001 |
Color Harmonies of #857A73
Complementary color
Monochromatic Colors of #857A73
Black with #857A73
Text Example
Text Example
White with #857A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A73; }
p { color: rgb(133,122,115); }
H1.HeaderClassName
{
color: #857A73;
}
.AnyTagClassName
{
color: #857A73;
}
</style>
background-color css
<style>
a { background-color: #857A73; }
a { background-color: rgb(133,122,115); }
div.DivClassName
{
background-color: #857A73;
}
.BgClassName
{
background-color: #857A73;
}
</style>
border-color css
<style>
span { border-color: #857A73; }
span { border-color: rgb(133,122,115); }
td.TdClassName
{
border-color: #857A73;
}
.TagClassName
{
border-color: #857A73;
}
</style>