Shades of Peat #7A7054
Tints of Peat #7A7054
RGB
CMYK
RGB Variations
Color information
#7A7054 (or 0x7A7054) is known color: Peat. HEX triplet: 7A, 70 and 54. RGB value is (122,112,84). Sum of RGB (Red+Green+Blue) = 122+112+84=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7054 is #858FAB. Grayscale: #6F6F6F. Windows color (decimal): -8753068 or 5533818. OLE color: 5533818.
HSL color Cylindrical-coordinate representation of color #7A7054: hue angle of 44.21º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A7054 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 84 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.52 |
| HSL | 44.21º | 0.18% | 0.4% | - |
| HSV(B) | 44.21º | 0.31% | 0.48% | - |
| XYZ | 15.42 | 16.37 | 10.73 | - |
| YUV | 111.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 84 | 0 | 0.08 | 0.31 | 0.52 | 44.21 | 0.18 | 0.4 |
| Hex | 7A | 70 | 54 | 0 | 8 | 1F | 34 | 2C | 12 | 28 |
| Octal | 172 | 160 | 124 | 0 | 10 | 37 | 64 | 54 | 22 | 50 |
| Binary | 1111010 | 1110000 | 1010100 | 0 | 1000 | 11111 | 110100 | 101100 | 10010 | 101000 |
Color Harmonies of #7A7054
Complementary color
Monochromatic Colors of #7A7054
Black with #7A7054
Text Example
Text Example
White with #7A7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7054; }
p { color: rgb(122,112,84); }
H1.HeaderClassName
{
color: #7A7054;
}
.AnyTagClassName
{
color: #7A7054;
}
</style>
background-color css
<style>
a { background-color: #7A7054; }
a { background-color: rgb(122,112,84); }
div.DivClassName
{
background-color: #7A7054;
}
.BgClassName
{
background-color: #7A7054;
}
</style>
border-color css
<style>
span { border-color: #7A7054; }
span { border-color: rgb(122,112,84); }
td.TdClassName
{
border-color: #7A7054;
}
.TagClassName
{
border-color: #7A7054;
}
</style>