Shades of Peat #7A6D52
Tints of Peat #7A6D52
RGB
CMYK
RGB Variations
Color information
#7A6D52 (or 0x7A6D52) is known color: Peat. HEX triplet: 7A, 6D and 52. RGB value is (122,109,82). Sum of RGB (Red+Green+Blue) = 122+109+82=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6D52 is #8592AD. Grayscale: #6D6D6D. Windows color (decimal): -8753838 or 5401978. OLE color: 5401978.
HSL color Cylindrical-coordinate representation of color #7A6D52: hue angle of 40.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A6D52 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 82 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.52 |
| HSL | 40.5º | 0.2% | 0.4% | - |
| HSV(B) | 40.5º | 0.33% | 0.48% | - |
| XYZ | 15.02 | 15.68 | 10.22 | - |
| YUV | 109.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 82 | 0 | 0.11 | 0.33 | 0.52 | 40.5 | 0.2 | 0.4 |
| Hex | 7A | 6D | 52 | 0 | B | 21 | 34 | 28 | 14 | 28 |
| Octal | 172 | 155 | 122 | 0 | 13 | 41 | 64 | 50 | 24 | 50 |
| Binary | 1111010 | 1101101 | 1010010 | 0 | 1011 | 100001 | 110100 | 101000 | 10100 | 101000 |
Color Harmonies of #7A6D52
Complementary color
Monochromatic Colors of #7A6D52
Black with #7A6D52
Text Example
Text Example
White with #7A6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D52; }
p { color: rgb(122,109,82); }
H1.HeaderClassName
{
color: #7A6D52;
}
.AnyTagClassName
{
color: #7A6D52;
}
</style>
background-color css
<style>
a { background-color: #7A6D52; }
a { background-color: rgb(122,109,82); }
div.DivClassName
{
background-color: #7A6D52;
}
.BgClassName
{
background-color: #7A6D52;
}
</style>
border-color css
<style>
span { border-color: #7A6D52; }
span { border-color: rgb(122,109,82); }
td.TdClassName
{
border-color: #7A6D52;
}
.TagClassName
{
border-color: #7A6D52;
}
</style>