Shades of Americano #857C74
Tints of Americano #857C74
RGB
CMYK
RGB Variations
Color information
#857C74 (or 0x857C74) is known color: Americano. HEX triplet: 85, 7C and 74. RGB value is (133,124,116). Sum of RGB (Red+Green+Blue) = 133+124+116=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #857C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C74 is #7A838B. Grayscale: #7D7D7D. Windows color (decimal): -8029068 or 7634053. OLE color: 7634053.
HSL color Cylindrical-coordinate representation of color #857C74: hue angle of 28.24º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857C74 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 116 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.48 |
| HSL | 28.24º | 0.07% | 0.49% | - |
| HSV(B) | 28.24º | 0.13% | 0.52% | - |
| XYZ | 20.03 | 20.66 | 19.46 | - |
| YUV | 125.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 116 | 0 | 0.07 | 0.13 | 0.48 | 28.24 | 0.07 | 0.49 |
| Hex | 85 | 7C | 74 | 0 | 7 | D | 30 | 1C | 7 | 31 |
| Octal | 205 | 174 | 164 | 0 | 7 | 15 | 60 | 34 | 7 | 61 |
| Binary | 10000101 | 1111100 | 1110100 | 0 | 111 | 1101 | 110000 | 11100 | 111 | 110001 |
Color Harmonies of #857C74
Complementary color
Monochromatic Colors of #857C74
Black with #857C74
Text Example
Text Example
White with #857C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C74; }
p { color: rgb(133,124,116); }
H1.HeaderClassName
{
color: #857C74;
}
.AnyTagClassName
{
color: #857C74;
}
</style>
background-color css
<style>
a { background-color: #857C74; }
a { background-color: rgb(133,124,116); }
div.DivClassName
{
background-color: #857C74;
}
.BgClassName
{
background-color: #857C74;
}
</style>
border-color css
<style>
span { border-color: #857C74; }
span { border-color: rgb(133,124,116); }
td.TdClassName
{
border-color: #857C74;
}
.TagClassName
{
border-color: #857C74;
}
</style>