Shades of Americano #827A71
Tints of Americano #827A71
RGB
CMYK
RGB Variations
Color information
#827A71 (or 0x827A71) is known color: Americano. HEX triplet: 82, 7A and 71. RGB value is (130,122,113). Sum of RGB (Red+Green+Blue) = 130+122+113=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A71 is #7D858E. Grayscale: #7B7B7B. Windows color (decimal): -8226191 or 7436930. OLE color: 7436930.
HSL color Cylindrical-coordinate representation of color #827A71: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #827A71 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 113 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.49 |
| HSL | 31.76º | 0.07% | 0.48% | - |
| HSV(B) | 31.76º | 0.13% | 0.51% | - |
| XYZ | 19.15 | 19.86 | 18.45 | - |
| YUV | 123.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 113 | 0 | 0.06 | 0.13 | 0.49 | 31.76 | 0.07 | 0.48 |
| Hex | 82 | 7A | 71 | 0 | 6 | D | 31 | 20 | 7 | 30 |
| Octal | 202 | 172 | 161 | 0 | 6 | 15 | 61 | 40 | 7 | 60 |
| Binary | 10000010 | 1111010 | 1110001 | 0 | 110 | 1101 | 110001 | 100000 | 111 | 110000 |
Color Harmonies of #827A71
Complementary color
Monochromatic Colors of #827A71
Black with #827A71
Text Example
Text Example
White with #827A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A71; }
p { color: rgb(130,122,113); }
H1.HeaderClassName
{
color: #827A71;
}
.AnyTagClassName
{
color: #827A71;
}
</style>
background-color css
<style>
a { background-color: #827A71; }
a { background-color: rgb(130,122,113); }
div.DivClassName
{
background-color: #827A71;
}
.BgClassName
{
background-color: #827A71;
}
</style>
border-color css
<style>
span { border-color: #827A71; }
span { border-color: rgb(130,122,113); }
td.TdClassName
{
border-color: #827A71;
}
.TagClassName
{
border-color: #827A71;
}
</style>