Shades of Peat #7A7156
Tints of Peat #7A7156
RGB
CMYK
RGB Variations
Color information
#7A7156 (or 0x7A7156) is known color: Peat. HEX triplet: 7A, 71 and 56. RGB value is (122,113,86). Sum of RGB (Red+Green+Blue) = 122+113+86=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7156 is #858EA9. Grayscale: #707070. Windows color (decimal): -8752810 or 5665146. OLE color: 5665146.
HSL color Cylindrical-coordinate representation of color #7A7156: hue angle of 45º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7156 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 86 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.52 |
| HSL | 45º | 0.17% | 0.41% | - |
| HSV(B) | 45º | 0.3% | 0.48% | - |
| XYZ | 15.61 | 16.62 | 11.19 | - |
| YUV | 112.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 86 | 0 | 0.07 | 0.30 | 0.52 | 45 | 0.17 | 0.41 |
| Hex | 7A | 71 | 56 | 0 | 7 | 1E | 34 | 2D | 11 | 29 |
| Octal | 172 | 161 | 126 | 0 | 7 | 36 | 64 | 55 | 21 | 51 |
| Binary | 1111010 | 1110001 | 1010110 | 0 | 111 | 11110 | 110100 | 101101 | 10001 | 101001 |
Color Harmonies of #7A7156
Complementary color
Monochromatic Colors of #7A7156
Black with #7A7156
Text Example
Text Example
White with #7A7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7156; }
p { color: rgb(122,113,86); }
H1.HeaderClassName
{
color: #7A7156;
}
.AnyTagClassName
{
color: #7A7156;
}
</style>
background-color css
<style>
a { background-color: #7A7156; }
a { background-color: rgb(122,113,86); }
div.DivClassName
{
background-color: #7A7156;
}
.BgClassName
{
background-color: #7A7156;
}
</style>
border-color css
<style>
span { border-color: #7A7156; }
span { border-color: rgb(122,113,86); }
td.TdClassName
{
border-color: #7A7156;
}
.TagClassName
{
border-color: #7A7156;
}
</style>