Shades of Peat #7A7053
Tints of Peat #7A7053
RGB
CMYK
RGB Variations
Color information
#7A7053 (or 0x7A7053) is known color: Peat. HEX triplet: 7A, 70 and 53. RGB value is (122,112,83). Sum of RGB (Red+Green+Blue) = 122+112+83=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7053 is #858FAC. Grayscale: #6F6F6F. Windows color (decimal): -8753069 or 5468282. OLE color: 5468282.
HSL color Cylindrical-coordinate representation of color #7A7053: hue angle of 44.62º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A7053 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 83 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.52 |
| HSL | 44.62º | 0.19% | 0.4% | - |
| HSV(B) | 44.62º | 0.32% | 0.48% | - |
| XYZ | 15.38 | 16.35 | 10.53 | - |
| YUV | 111.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 83 | 0 | 0.08 | 0.32 | 0.52 | 44.62 | 0.19 | 0.4 |
| Hex | 7A | 70 | 53 | 0 | 8 | 20 | 34 | 2D | 13 | 28 |
| Octal | 172 | 160 | 123 | 0 | 10 | 40 | 64 | 55 | 23 | 50 |
| Binary | 1111010 | 1110000 | 1010011 | 0 | 1000 | 100000 | 110100 | 101101 | 10011 | 101000 |
Color Harmonies of #7A7053
Complementary color
Monochromatic Colors of #7A7053
Black with #7A7053
Text Example
Text Example
White with #7A7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7053; }
p { color: rgb(122,112,83); }
H1.HeaderClassName
{
color: #7A7053;
}
.AnyTagClassName
{
color: #7A7053;
}
</style>
background-color css
<style>
a { background-color: #7A7053; }
a { background-color: rgb(122,112,83); }
div.DivClassName
{
background-color: #7A7053;
}
.BgClassName
{
background-color: #7A7053;
}
</style>
border-color css
<style>
span { border-color: #7A7053; }
span { border-color: rgb(122,112,83); }
td.TdClassName
{
border-color: #7A7053;
}
.TagClassName
{
border-color: #7A7053;
}
</style>