Shades of Peat #7A6E54
Tints of Peat #7A6E54
RGB
CMYK
RGB Variations
Color information
#7A6E54 (or 0x7A6E54) is known color: Peat. HEX triplet: 7A, 6E and 54. RGB value is (122,110,84). Sum of RGB (Red+Green+Blue) = 122+110+84=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E54 is #8591AB. Grayscale: #6E6E6E. Windows color (decimal): -8753580 or 5533306. OLE color: 5533306.
HSL color Cylindrical-coordinate representation of color #7A6E54: hue angle of 41.05º 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 #7A6E54 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 84 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.52 |
| HSL | 41.05º | 0.18% | 0.4% | - |
| HSV(B) | 41.05º | 0.31% | 0.48% | - |
| XYZ | 15.2 | 15.93 | 10.66 | - |
| YUV | 110.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 84 | 0 | 0.10 | 0.31 | 0.52 | 41.05 | 0.18 | 0.4 |
| Hex | 7A | 6E | 54 | 0 | A | 1F | 34 | 29 | 12 | 28 |
| Octal | 172 | 156 | 124 | 0 | 12 | 37 | 64 | 51 | 22 | 50 |
| Binary | 1111010 | 1101110 | 1010100 | 0 | 1010 | 11111 | 110100 | 101001 | 10010 | 101000 |
Color Harmonies of #7A6E54
Complementary color
Monochromatic Colors of #7A6E54
Black with #7A6E54
Text Example
Text Example
White with #7A6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E54; }
p { color: rgb(122,110,84); }
H1.HeaderClassName
{
color: #7A6E54;
}
.AnyTagClassName
{
color: #7A6E54;
}
</style>
background-color css
<style>
a { background-color: #7A6E54; }
a { background-color: rgb(122,110,84); }
div.DivClassName
{
background-color: #7A6E54;
}
.BgClassName
{
background-color: #7A6E54;
}
</style>
border-color css
<style>
span { border-color: #7A6E54; }
span { border-color: rgb(122,110,84); }
td.TdClassName
{
border-color: #7A6E54;
}
.TagClassName
{
border-color: #7A6E54;
}
</style>