Shades of Americano #857F7A
Tints of Americano #857F7A
RGB
CMYK
RGB Variations
Color information
#857F7A (or 0x857F7A) is known color: Americano. HEX triplet: 85, 7F and 7A. RGB value is (133,127,122). Sum of RGB (Red+Green+Blue) = 133+127+122=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #857F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F7A is #7A8085. Grayscale: #808080. Windows color (decimal): -8028294 or 8028037. OLE color: 8028037.
HSL color Cylindrical-coordinate representation of color #857F7A: hue angle of 27.27º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #857F7A is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 122 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.48 |
| HSL | 27.27º | 0.04% | 0.5% | - |
| HSV(B) | 27.27º | 0.08% | 0.52% | - |
| XYZ | 20.78 | 21.57 | 21.48 | - |
| YUV | 128.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 122 | 0 | 0.05 | 0.08 | 0.48 | 27.27 | 0.04 | 0.5 |
| Hex | 85 | 7F | 7A | 0 | 5 | 8 | 30 | 1B | 4 | 32 |
| Octal | 205 | 177 | 172 | 0 | 5 | 10 | 60 | 33 | 4 | 62 |
| Binary | 10000101 | 1111111 | 1111010 | 0 | 101 | 1000 | 110000 | 11011 | 100 | 110010 |
Color Harmonies of #857F7A
Complementary color
Monochromatic Colors of #857F7A
Black with #857F7A
Text Example
Text Example
White with #857F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F7A; }
p { color: rgb(133,127,122); }
H1.HeaderClassName
{
color: #857F7A;
}
.AnyTagClassName
{
color: #857F7A;
}
</style>
background-color css
<style>
a { background-color: #857F7A; }
a { background-color: rgb(133,127,122); }
div.DivClassName
{
background-color: #857F7A;
}
.BgClassName
{
background-color: #857F7A;
}
</style>
border-color css
<style>
span { border-color: #857F7A; }
span { border-color: rgb(133,127,122); }
td.TdClassName
{
border-color: #857F7A;
}
.TagClassName
{
border-color: #857F7A;
}
</style>