Shades of Americano #827E7A
Tints of Americano #827E7A
RGB
CMYK
RGB Variations
Color information
#827E7A (or 0x827E7A) is known color: Americano. HEX triplet: 82, 7E and 7A. RGB value is (130,126,122). Sum of RGB (Red+Green+Blue) = 130+126+122=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E7A is #7D8185. Grayscale: #7E7E7E. Windows color (decimal): -8225158 or 8027778. OLE color: 8027778.
HSL color Cylindrical-coordinate representation of color #827E7A: hue angle of 30º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #827E7A is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 122 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.49 |
| HSL | 30º | 0.03% | 0.49% | - |
| HSV(B) | 30º | 0.06% | 0.51% | - |
| XYZ | 20.18 | 21.07 | 21.42 | - |
| YUV | 126.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 122 | 0 | 0.03 | 0.06 | 0.49 | 30 | 0.03 | 0.49 |
| Hex | 82 | 7E | 7A | 0 | 3 | 6 | 31 | 1E | 3 | 31 |
| Octal | 202 | 176 | 172 | 0 | 3 | 6 | 61 | 36 | 3 | 61 |
| Binary | 10000010 | 1111110 | 1111010 | 0 | 11 | 110 | 110001 | 11110 | 11 | 110001 |
Color Harmonies of #827E7A
Complementary color
Monochromatic Colors of #827E7A
Black with #827E7A
Text Example
Text Example
White with #827E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E7A; }
p { color: rgb(130,126,122); }
H1.HeaderClassName
{
color: #827E7A;
}
.AnyTagClassName
{
color: #827E7A;
}
</style>
background-color css
<style>
a { background-color: #827E7A; }
a { background-color: rgb(130,126,122); }
div.DivClassName
{
background-color: #827E7A;
}
.BgClassName
{
background-color: #827E7A;
}
</style>
border-color css
<style>
span { border-color: #827E7A; }
span { border-color: rgb(130,126,122); }
td.TdClassName
{
border-color: #827E7A;
}
.TagClassName
{
border-color: #827E7A;
}
</style>