Shades of Americano #8B7B6F
Tints of Americano #8B7B6F
RGB
CMYK
RGB Variations
Color information
#8B7B6F (or 0x8B7B6F) is known color: Americano. HEX triplet: 8B, 7B and 6F. RGB value is (139,123,111). Sum of RGB (Red+Green+Blue) = 139+123+111=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B6F is #748490. Grayscale: #7E7E7E. Windows color (decimal): -7636113 or 7306123. OLE color: 7306123.
HSL color Cylindrical-coordinate representation of color #8B7B6F: hue angle of 25.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B7B6F is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 111 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.45 |
| HSL | 25.71º | 0.11% | 0.49% | - |
| HSV(B) | 25.71º | 0.2% | 0.55% | - |
| XYZ | 20.6 | 20.8 | 17.97 | - |
| YUV | 126.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 111 | 0 | 0.12 | 0.20 | 0.45 | 25.71 | 0.11 | 0.49 |
| Hex | 8B | 7B | 6F | 0 | C | 14 | 2D | 1A | B | 31 |
| Octal | 213 | 173 | 157 | 0 | 14 | 24 | 55 | 32 | 13 | 61 |
| Binary | 10001011 | 1111011 | 1101111 | 0 | 1100 | 10100 | 101101 | 11010 | 1011 | 110001 |
Color Harmonies of #8B7B6F
Complementary color
Monochromatic Colors of #8B7B6F
Black with #8B7B6F
Text Example
Text Example
White with #8B7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B6F; }
p { color: rgb(139,123,111); }
H1.HeaderClassName
{
color: #8B7B6F;
}
.AnyTagClassName
{
color: #8B7B6F;
}
</style>
background-color css
<style>
a { background-color: #8B7B6F; }
a { background-color: rgb(139,123,111); }
div.DivClassName
{
background-color: #8B7B6F;
}
.BgClassName
{
background-color: #8B7B6F;
}
</style>
border-color css
<style>
span { border-color: #8B7B6F; }
span { border-color: rgb(139,123,111); }
td.TdClassName
{
border-color: #8B7B6F;
}
.TagClassName
{
border-color: #8B7B6F;
}
</style>