Shades of Peat #7A6D50
Tints of Peat #7A6D50
RGB
CMYK
RGB Variations
Color information
#7A6D50 (or 0x7A6D50) is known color: Peat. HEX triplet: 7A, 6D and 50. RGB value is (122,109,80). Sum of RGB (Red+Green+Blue) = 122+109+80=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6D50 is #8592AF. Grayscale: #6D6D6D. Windows color (decimal): -8753840 or 5270906. OLE color: 5270906.
HSL color Cylindrical-coordinate representation of color #7A6D50: hue angle of 41.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6D50 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 80 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.52 |
| HSL | 41.43º | 0.21% | 0.4% | - |
| HSV(B) | 41.43º | 0.34% | 0.48% | - |
| XYZ | 14.94 | 15.65 | 9.82 | - |
| YUV | 109.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 80 | 0 | 0.11 | 0.34 | 0.52 | 41.43 | 0.21 | 0.4 |
| Hex | 7A | 6D | 50 | 0 | B | 22 | 34 | 29 | 15 | 28 |
| Octal | 172 | 155 | 120 | 0 | 13 | 42 | 64 | 51 | 25 | 50 |
| Binary | 1111010 | 1101101 | 1010000 | 0 | 1011 | 100010 | 110100 | 101001 | 10101 | 101000 |
Color Harmonies of #7A6D50
Complementary color
Monochromatic Colors of #7A6D50
Black with #7A6D50
Text Example
Text Example
White with #7A6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D50; }
p { color: rgb(122,109,80); }
H1.HeaderClassName
{
color: #7A6D50;
}
.AnyTagClassName
{
color: #7A6D50;
}
</style>
background-color css
<style>
a { background-color: #7A6D50; }
a { background-color: rgb(122,109,80); }
div.DivClassName
{
background-color: #7A6D50;
}
.BgClassName
{
background-color: #7A6D50;
}
</style>
border-color css
<style>
span { border-color: #7A6D50; }
span { border-color: rgb(122,109,80); }
td.TdClassName
{
border-color: #7A6D50;
}
.TagClassName
{
border-color: #7A6D50;
}
</style>