Shades of Americano #857C73
Tints of Americano #857C73
RGB
CMYK
RGB Variations
Color information
#857C73 (or 0x857C73) is known color: Americano. HEX triplet: 85, 7C and 73. RGB value is (133,124,115). Sum of RGB (Red+Green+Blue) = 133+124+115=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #857C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C73 is #7A838C. Grayscale: #7D7D7D. Windows color (decimal): -8029069 or 7568517. OLE color: 7568517.
HSL color Cylindrical-coordinate representation of color #857C73: hue angle of 30º 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 #857C73 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 115 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.48 |
| HSL | 30º | 0.07% | 0.49% | - |
| HSV(B) | 30º | 0.14% | 0.52% | - |
| XYZ | 19.98 | 20.64 | 19.15 | - |
| YUV | 125.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 115 | 0 | 0.07 | 0.14 | 0.48 | 30 | 0.07 | 0.49 |
| Hex | 85 | 7C | 73 | 0 | 7 | E | 30 | 1E | 7 | 31 |
| Octal | 205 | 174 | 163 | 0 | 7 | 16 | 60 | 36 | 7 | 61 |
| Binary | 10000101 | 1111100 | 1110011 | 0 | 111 | 1110 | 110000 | 11110 | 111 | 110001 |
Color Harmonies of #857C73
Complementary color
Monochromatic Colors of #857C73
Black with #857C73
Text Example
Text Example
White with #857C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C73; }
p { color: rgb(133,124,115); }
H1.HeaderClassName
{
color: #857C73;
}
.AnyTagClassName
{
color: #857C73;
}
</style>
background-color css
<style>
a { background-color: #857C73; }
a { background-color: rgb(133,124,115); }
div.DivClassName
{
background-color: #857C73;
}
.BgClassName
{
background-color: #857C73;
}
</style>
border-color css
<style>
span { border-color: #857C73; }
span { border-color: rgb(133,124,115); }
td.TdClassName
{
border-color: #857C73;
}
.TagClassName
{
border-color: #857C73;
}
</style>