Shades of Americano #8B796C
Tints of Americano #8B796C
RGB
CMYK
RGB Variations
Color information
#8B796C (or 0x8B796C) is known color: Americano. HEX triplet: 8B, 79 and 6C. RGB value is (139,121,108). Sum of RGB (Red+Green+Blue) = 139+121+108=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B796C is #748693. Grayscale: #7C7C7C. Windows color (decimal): -7636628 or 7109003. OLE color: 7109003.
HSL color Cylindrical-coordinate representation of color #8B796C: hue angle of 25.16º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B796C is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 108 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.45 |
| HSL | 25.16º | 0.13% | 0.48% | - |
| HSV(B) | 25.16º | 0.22% | 0.55% | - |
| XYZ | 20.19 | 20.25 | 17.03 | - |
| YUV | 124.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 108 | 0 | 0.13 | 0.22 | 0.45 | 25.16 | 0.13 | 0.48 |
| Hex | 8B | 79 | 6C | 0 | D | 16 | 2D | 19 | D | 30 |
| Octal | 213 | 171 | 154 | 0 | 15 | 26 | 55 | 31 | 15 | 60 |
| Binary | 10001011 | 1111001 | 1101100 | 0 | 1101 | 10110 | 101101 | 11001 | 1101 | 110000 |
Color Harmonies of #8B796C
Complementary color
Monochromatic Colors of #8B796C
Black with #8B796C
Text Example
Text Example
White with #8B796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B796C; }
p { color: rgb(139,121,108); }
H1.HeaderClassName
{
color: #8B796C;
}
.AnyTagClassName
{
color: #8B796C;
}
</style>
background-color css
<style>
a { background-color: #8B796C; }
a { background-color: rgb(139,121,108); }
div.DivClassName
{
background-color: #8B796C;
}
.BgClassName
{
background-color: #8B796C;
}
</style>
border-color css
<style>
span { border-color: #8B796C; }
span { border-color: rgb(139,121,108); }
td.TdClassName
{
border-color: #8B796C;
}
.TagClassName
{
border-color: #8B796C;
}
</style>