Shades of Americano #857D74
Tints of Americano #857D74
RGB
CMYK
RGB Variations
Color information
#857D74 (or 0x857D74) is known color: Americano. HEX triplet: 85, 7D and 74. RGB value is (133,125,116). Sum of RGB (Red+Green+Blue) = 133+125+116=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D74 is #7A828B. Grayscale: #7E7E7E. Windows color (decimal): -8028812 or 7634309. OLE color: 7634309.
HSL color Cylindrical-coordinate representation of color #857D74: hue angle of 31.76º 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 #857D74 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 116 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.48 |
| HSL | 31.76º | 0.07% | 0.49% | - |
| HSV(B) | 31.76º | 0.13% | 0.52% | - |
| XYZ | 20.16 | 20.91 | 19.5 | - |
| YUV | 126.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 116 | 0 | 0.06 | 0.13 | 0.48 | 31.76 | 0.07 | 0.49 |
| Hex | 85 | 7D | 74 | 0 | 6 | D | 30 | 20 | 7 | 31 |
| Octal | 205 | 175 | 164 | 0 | 6 | 15 | 60 | 40 | 7 | 61 |
| Binary | 10000101 | 1111101 | 1110100 | 0 | 110 | 1101 | 110000 | 100000 | 111 | 110001 |
Color Harmonies of #857D74
Complementary color
Monochromatic Colors of #857D74
Black with #857D74
Text Example
Text Example
White with #857D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D74; }
p { color: rgb(133,125,116); }
H1.HeaderClassName
{
color: #857D74;
}
.AnyTagClassName
{
color: #857D74;
}
</style>
background-color css
<style>
a { background-color: #857D74; }
a { background-color: rgb(133,125,116); }
div.DivClassName
{
background-color: #857D74;
}
.BgClassName
{
background-color: #857D74;
}
</style>
border-color css
<style>
span { border-color: #857D74; }
span { border-color: rgb(133,125,116); }
td.TdClassName
{
border-color: #857D74;
}
.TagClassName
{
border-color: #857D74;
}
</style>