Shades of Peat #7E7353
Tints of Peat #7E7353
RGB
CMYK
RGB Variations
Color information
#7E7353 (or 0x7E7353) is known color: Peat. HEX triplet: 7E, 73 and 53. RGB value is (126,115,83). Sum of RGB (Red+Green+Blue) = 126+115+83=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7353 is #818CAC. Grayscale: #727272. Windows color (decimal): -8490157 or 5469054. OLE color: 5469054.
HSL color Cylindrical-coordinate representation of color #7E7353: hue angle of 44.65º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E7353 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 115 | 83 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.51 |
| HSL | 44.65º | 0.21% | 0.41% | - |
| HSV(B) | 44.65º | 0.34% | 0.49% | - |
| XYZ | 16.3 | 17.32 | 10.67 | - |
| YUV | 114.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 83 | 0 | 0.09 | 0.34 | 0.51 | 44.65 | 0.21 | 0.41 |
| Hex | 7E | 73 | 53 | 0 | 9 | 22 | 33 | 2D | 15 | 29 |
| Octal | 176 | 163 | 123 | 0 | 11 | 42 | 63 | 55 | 25 | 51 |
| Binary | 1111110 | 1110011 | 1010011 | 0 | 1001 | 100010 | 110011 | 101101 | 10101 | 101001 |
Color Harmonies of #7E7353
Complementary color
Monochromatic Colors of #7E7353
Black with #7E7353
Text Example
Text Example
White with #7E7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7353; }
p { color: rgb(126,115,83); }
H1.HeaderClassName
{
color: #7E7353;
}
.AnyTagClassName
{
color: #7E7353;
}
</style>
background-color css
<style>
a { background-color: #7E7353; }
a { background-color: rgb(126,115,83); }
div.DivClassName
{
background-color: #7E7353;
}
.BgClassName
{
background-color: #7E7353;
}
</style>
border-color css
<style>
span { border-color: #7E7353; }
span { border-color: rgb(126,115,83); }
td.TdClassName
{
border-color: #7E7353;
}
.TagClassName
{
border-color: #7E7353;
}
</style>