Shades of Americano #837A73
Tints of Americano #837A73
RGB
CMYK
RGB Variations
Color information
#837A73 (or 0x837A73) is known color: Americano. HEX triplet: 83, 7A and 73. RGB value is (131,122,115). Sum of RGB (Red+Green+Blue) = 131+122+115=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #837A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A73 is #7C858C. Grayscale: #7B7B7B. Windows color (decimal): -8160653 or 7568003. OLE color: 7568003.
HSL color Cylindrical-coordinate representation of color #837A73: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #837A73 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 115 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.49 |
| HSL | 26.25º | 0.07% | 0.48% | - |
| HSV(B) | 26.25º | 0.12% | 0.51% | - |
| XYZ | 19.41 | 19.98 | 19.05 | - |
| YUV | 123.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 115 | 0 | 0.07 | 0.12 | 0.49 | 26.25 | 0.07 | 0.48 |
| Hex | 83 | 7A | 73 | 0 | 7 | C | 31 | 1A | 7 | 30 |
| Octal | 203 | 172 | 163 | 0 | 7 | 14 | 61 | 32 | 7 | 60 |
| Binary | 10000011 | 1111010 | 1110011 | 0 | 111 | 1100 | 110001 | 11010 | 111 | 110000 |
Color Harmonies of #837A73
Complementary color
Monochromatic Colors of #837A73
Black with #837A73
Text Example
Text Example
White with #837A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A73; }
p { color: rgb(131,122,115); }
H1.HeaderClassName
{
color: #837A73;
}
.AnyTagClassName
{
color: #837A73;
}
</style>
background-color css
<style>
a { background-color: #837A73; }
a { background-color: rgb(131,122,115); }
div.DivClassName
{
background-color: #837A73;
}
.BgClassName
{
background-color: #837A73;
}
</style>
border-color css
<style>
span { border-color: #837A73; }
span { border-color: rgb(131,122,115); }
td.TdClassName
{
border-color: #837A73;
}
.TagClassName
{
border-color: #837A73;
}
</style>