Shades of Americano #837A71
Tints of Americano #837A71
RGB
CMYK
RGB Variations
Color information
#837A71 (or 0x837A71) is known color: Americano. HEX triplet: 83, 7A and 71. RGB value is (131,122,113). Sum of RGB (Red+Green+Blue) = 131+122+113=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #837A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A71 is #7C858E. Grayscale: #7B7B7B. Windows color (decimal): -8160655 or 7436931. OLE color: 7436931.
HSL color Cylindrical-coordinate representation of color #837A71: hue angle of 30º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #837A71 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 113 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.49 |
| HSL | 30º | 0.07% | 0.48% | - |
| HSV(B) | 30º | 0.14% | 0.51% | - |
| XYZ | 19.3 | 19.94 | 18.45 | - |
| YUV | 123.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 113 | 0 | 0.07 | 0.14 | 0.49 | 30 | 0.07 | 0.48 |
| Hex | 83 | 7A | 71 | 0 | 7 | E | 31 | 1E | 7 | 30 |
| Octal | 203 | 172 | 161 | 0 | 7 | 16 | 61 | 36 | 7 | 60 |
| Binary | 10000011 | 1111010 | 1110001 | 0 | 111 | 1110 | 110001 | 11110 | 111 | 110000 |
Color Harmonies of #837A71
Complementary color
Monochromatic Colors of #837A71
Black with #837A71
Text Example
Text Example
White with #837A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A71; }
p { color: rgb(131,122,113); }
H1.HeaderClassName
{
color: #837A71;
}
.AnyTagClassName
{
color: #837A71;
}
</style>
background-color css
<style>
a { background-color: #837A71; }
a { background-color: rgb(131,122,113); }
div.DivClassName
{
background-color: #837A71;
}
.BgClassName
{
background-color: #837A71;
}
</style>
border-color css
<style>
span { border-color: #837A71; }
span { border-color: rgb(131,122,113); }
td.TdClassName
{
border-color: #837A71;
}
.TagClassName
{
border-color: #837A71;
}
</style>