Shades of Americano #817E7B
Tints of Americano #817E7B
RGB
CMYK
RGB Variations
Color information
#817E7B (or 0x817E7B) is known color: Americano. HEX triplet: 81, 7E and 7B. RGB value is (129,126,123). Sum of RGB (Red+Green+Blue) = 129+126+123=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 129 - color contains mainly: red. Hex color #817E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E7B is #7E8184. Grayscale: #7E7E7E. Windows color (decimal): -8290693 or 8093313. OLE color: 8093313.
HSL color Cylindrical-coordinate representation of color #817E7B: hue angle of 30º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #817E7B is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 123 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.49 |
| HSL | 30º | 0.02% | 0.49% | - |
| HSV(B) | 30º | 0.05% | 0.51% | - |
| XYZ | 20.09 | 21.02 | 21.74 | - |
| YUV | 126.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 123 | 0 | 0.02 | 0.05 | 0.49 | 30 | 0.02 | 0.49 |
| Hex | 81 | 7E | 7B | 0 | 2 | 5 | 31 | 1E | 2 | 31 |
| Octal | 201 | 176 | 173 | 0 | 2 | 5 | 61 | 36 | 2 | 61 |
| Binary | 10000001 | 1111110 | 1111011 | 0 | 10 | 101 | 110001 | 11110 | 10 | 110001 |
Color Harmonies of #817E7B
Complementary color
Monochromatic Colors of #817E7B
Black with #817E7B
Text Example
Text Example
White with #817E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E7B; }
p { color: rgb(129,126,123); }
H1.HeaderClassName
{
color: #817E7B;
}
.AnyTagClassName
{
color: #817E7B;
}
</style>
background-color css
<style>
a { background-color: #817E7B; }
a { background-color: rgb(129,126,123); }
div.DivClassName
{
background-color: #817E7B;
}
.BgClassName
{
background-color: #817E7B;
}
</style>
border-color css
<style>
span { border-color: #817E7B; }
span { border-color: rgb(129,126,123); }
td.TdClassName
{
border-color: #817E7B;
}
.TagClassName
{
border-color: #817E7B;
}
</style>