Shades of Americano #837A72
Tints of Americano #837A72
RGB
CMYK
RGB Variations
Color information
#837A72 (or 0x837A72) is known color: Americano. HEX triplet: 83, 7A and 72. RGB value is (131,122,114). Sum of RGB (Red+Green+Blue) = 131+122+114=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #837A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A72 is #7C858D. Grayscale: #7B7B7B. Windows color (decimal): -8160654 or 7502467. OLE color: 7502467.
HSL color Cylindrical-coordinate representation of color #837A72: hue angle of 28.24º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #837A72 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 114 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.49 |
| HSL | 28.24º | 0.07% | 0.48% | - |
| HSV(B) | 28.24º | 0.13% | 0.51% | - |
| XYZ | 19.36 | 19.96 | 18.75 | - |
| YUV | 123.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 114 | 0 | 0.07 | 0.13 | 0.49 | 28.24 | 0.07 | 0.48 |
| Hex | 83 | 7A | 72 | 0 | 7 | D | 31 | 1C | 7 | 30 |
| Octal | 203 | 172 | 162 | 0 | 7 | 15 | 61 | 34 | 7 | 60 |
| Binary | 10000011 | 1111010 | 1110010 | 0 | 111 | 1101 | 110001 | 11100 | 111 | 110000 |
Color Harmonies of #837A72
Complementary color
Monochromatic Colors of #837A72
Black with #837A72
Text Example
Text Example
White with #837A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A72; }
p { color: rgb(131,122,114); }
H1.HeaderClassName
{
color: #837A72;
}
.AnyTagClassName
{
color: #837A72;
}
</style>
background-color css
<style>
a { background-color: #837A72; }
a { background-color: rgb(131,122,114); }
div.DivClassName
{
background-color: #837A72;
}
.BgClassName
{
background-color: #837A72;
}
</style>
border-color css
<style>
span { border-color: #837A72; }
span { border-color: rgb(131,122,114); }
td.TdClassName
{
border-color: #837A72;
}
.TagClassName
{
border-color: #837A72;
}
</style>