Shades of Americano #857A72
Tints of Americano #857A72
RGB
CMYK
RGB Variations
Color information
#857A72 (or 0x857A72) is known color: Americano. HEX triplet: 85, 7A and 72. RGB value is (133,122,114). Sum of RGB (Red+Green+Blue) = 133+122+114=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #857A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A72 is #7A858D. Grayscale: #7C7C7C. Windows color (decimal): -8029582 or 7502469. OLE color: 7502469.
HSL color Cylindrical-coordinate representation of color #857A72: hue angle of 25.26º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #857A72 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 114 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.48 |
| HSL | 25.26º | 0.08% | 0.48% | - |
| HSV(B) | 25.26º | 0.14% | 0.52% | - |
| XYZ | 19.67 | 20.12 | 18.77 | - |
| YUV | 124.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 114 | 0 | 0.08 | 0.14 | 0.48 | 25.26 | 0.08 | 0.48 |
| Hex | 85 | 7A | 72 | 0 | 8 | E | 30 | 19 | 8 | 30 |
| Octal | 205 | 172 | 162 | 0 | 10 | 16 | 60 | 31 | 10 | 60 |
| Binary | 10000101 | 1111010 | 1110010 | 0 | 1000 | 1110 | 110000 | 11001 | 1000 | 110000 |
Color Harmonies of #857A72
Complementary color
Monochromatic Colors of #857A72
Black with #857A72
Text Example
Text Example
White with #857A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A72; }
p { color: rgb(133,122,114); }
H1.HeaderClassName
{
color: #857A72;
}
.AnyTagClassName
{
color: #857A72;
}
</style>
background-color css
<style>
a { background-color: #857A72; }
a { background-color: rgb(133,122,114); }
div.DivClassName
{
background-color: #857A72;
}
.BgClassName
{
background-color: #857A72;
}
</style>
border-color css
<style>
span { border-color: #857A72; }
span { border-color: rgb(133,122,114); }
td.TdClassName
{
border-color: #857A72;
}
.TagClassName
{
border-color: #857A72;
}
</style>