Shades of Americano #807B77
Tints of Americano #807B77
RGB
CMYK
RGB Variations
Color information
#807B77 (or 0x807B77) is known color: Americano. HEX triplet: 80, 7B and 77. RGB value is (128,123,119). Sum of RGB (Red+Green+Blue) = 128+123+119=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 128 - color contains mainly: red. Hex color #807B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807B77 is #7F8488. Grayscale: #7C7C7C. Windows color (decimal): -8357001 or 7830400. OLE color: 7830400.
HSL color Cylindrical-coordinate representation of color #807B77: hue angle of 26.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #807B77 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 119 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.50 |
| HSL | 26.67º | 0.04% | 0.48% | - |
| HSV(B) | 26.67º | 0.07% | 0.5% | - |
| XYZ | 19.31 | 20.09 | 20.31 | - |
| YUV | 124.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 119 | 0 | 0.04 | 0.07 | 0.50 | 26.67 | 0.04 | 0.48 |
| Hex | 80 | 7B | 77 | 0 | 4 | 7 | 32 | 1B | 4 | 30 |
| Octal | 200 | 173 | 167 | 0 | 4 | 7 | 62 | 33 | 4 | 60 |
| Binary | 10000000 | 1111011 | 1110111 | 0 | 100 | 111 | 110010 | 11011 | 100 | 110000 |
Color Harmonies of #807B77
Complementary color
Monochromatic Colors of #807B77
Black with #807B77
Text Example
Text Example
White with #807B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B77; }
p { color: rgb(128,123,119); }
H1.HeaderClassName
{
color: #807B77;
}
.AnyTagClassName
{
color: #807B77;
}
</style>
background-color css
<style>
a { background-color: #807B77; }
a { background-color: rgb(128,123,119); }
div.DivClassName
{
background-color: #807B77;
}
.BgClassName
{
background-color: #807B77;
}
</style>
border-color css
<style>
span { border-color: #807B77; }
span { border-color: rgb(128,123,119); }
td.TdClassName
{
border-color: #807B77;
}
.TagClassName
{
border-color: #807B77;
}
</style>