Shades of Americano #837F7B
Tints of Americano #837F7B
RGB
CMYK
RGB Variations
Color information
#837F7B (or 0x837F7B) is known color: Americano. HEX triplet: 83, 7F and 7B. RGB value is (131,127,123). Sum of RGB (Red+Green+Blue) = 131+127+123=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 131 - color contains mainly: red. Hex color #837F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F7B is #7C8084. Grayscale: #7F7F7F. Windows color (decimal): -8159365 or 8093571. OLE color: 8093571.
HSL color Cylindrical-coordinate representation of color #837F7B: hue angle of 30º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #837F7B is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 123 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.49 |
| HSL | 30º | 0.03% | 0.5% | - |
| HSV(B) | 30º | 0.06% | 0.51% | - |
| XYZ | 20.52 | 21.43 | 21.79 | - |
| YUV | 127.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 123 | 0 | 0.03 | 0.06 | 0.49 | 30 | 0.03 | 0.5 |
| Hex | 83 | 7F | 7B | 0 | 3 | 6 | 31 | 1E | 3 | 32 |
| Octal | 203 | 177 | 173 | 0 | 3 | 6 | 61 | 36 | 3 | 62 |
| Binary | 10000011 | 1111111 | 1111011 | 0 | 11 | 110 | 110001 | 11110 | 11 | 110010 |
Color Harmonies of #837F7B
Complementary color
Monochromatic Colors of #837F7B
Black with #837F7B
Text Example
Text Example
White with #837F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F7B; }
p { color: rgb(131,127,123); }
H1.HeaderClassName
{
color: #837F7B;
}
.AnyTagClassName
{
color: #837F7B;
}
</style>
background-color css
<style>
a { background-color: #837F7B; }
a { background-color: rgb(131,127,123); }
div.DivClassName
{
background-color: #837F7B;
}
.BgClassName
{
background-color: #837F7B;
}
</style>
border-color css
<style>
span { border-color: #837F7B; }
span { border-color: rgb(131,127,123); }
td.TdClassName
{
border-color: #837F7B;
}
.TagClassName
{
border-color: #837F7B;
}
</style>