Shades of Americano #837C75
Tints of Americano #837C75
RGB
CMYK
RGB Variations
Color information
#837C75 (or 0x837C75) is known color: Americano. HEX triplet: 83, 7C and 75. RGB value is (131,124,117). Sum of RGB (Red+Green+Blue) = 131+124+117=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #837C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C75 is #7C838A. Grayscale: #7D7D7D. Windows color (decimal): -8160139 or 7699587. OLE color: 7699587.
HSL color Cylindrical-coordinate representation of color #837C75: hue angle of 30º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #837C75 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 124 | 117 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.49 |
| HSL | 30º | 0.06% | 0.49% | - |
| HSV(B) | 30º | 0.11% | 0.51% | - |
| XYZ | 19.78 | 20.52 | 19.75 | - |
| YUV | 125.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 117 | 0 | 0.05 | 0.11 | 0.49 | 30 | 0.06 | 0.49 |
| Hex | 83 | 7C | 75 | 0 | 5 | B | 31 | 1E | 6 | 31 |
| Octal | 203 | 174 | 165 | 0 | 5 | 13 | 61 | 36 | 6 | 61 |
| Binary | 10000011 | 1111100 | 1110101 | 0 | 101 | 1011 | 110001 | 11110 | 110 | 110001 |
Color Harmonies of #837C75
Complementary color
Monochromatic Colors of #837C75
Black with #837C75
Text Example
Text Example
White with #837C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C75; }
p { color: rgb(131,124,117); }
H1.HeaderClassName
{
color: #837C75;
}
.AnyTagClassName
{
color: #837C75;
}
</style>
background-color css
<style>
a { background-color: #837C75; }
a { background-color: rgb(131,124,117); }
div.DivClassName
{
background-color: #837C75;
}
.BgClassName
{
background-color: #837C75;
}
</style>
border-color css
<style>
span { border-color: #837C75; }
span { border-color: rgb(131,124,117); }
td.TdClassName
{
border-color: #837C75;
}
.TagClassName
{
border-color: #837C75;
}
</style>