Shades of Peat #7C7053
Tints of Peat #7C7053
RGB
CMYK
RGB Variations
Color information
#7C7053 (or 0x7C7053) is known color: Peat. HEX triplet: 7C, 70 and 53. RGB value is (124,112,83). Sum of RGB (Red+Green+Blue) = 124+112+83=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7053 is #838FAC. Grayscale: #707070. Windows color (decimal): -8621997 or 5468284. OLE color: 5468284.
HSL color Cylindrical-coordinate representation of color #7C7053: hue angle of 42.44º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C7053 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 83 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.51 |
| HSL | 42.44º | 0.2% | 0.41% | - |
| HSV(B) | 42.44º | 0.33% | 0.49% | - |
| XYZ | 15.67 | 16.5 | 10.54 | - |
| YUV | 112.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 83 | 0 | 0.10 | 0.33 | 0.51 | 42.44 | 0.2 | 0.41 |
| Hex | 7C | 70 | 53 | 0 | A | 21 | 33 | 2A | 14 | 29 |
| Octal | 174 | 160 | 123 | 0 | 12 | 41 | 63 | 52 | 24 | 51 |
| Binary | 1111100 | 1110000 | 1010011 | 0 | 1010 | 100001 | 110011 | 101010 | 10100 | 101001 |
Color Harmonies of #7C7053
Complementary color
Monochromatic Colors of #7C7053
Black with #7C7053
Text Example
Text Example
White with #7C7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7053; }
p { color: rgb(124,112,83); }
H1.HeaderClassName
{
color: #7C7053;
}
.AnyTagClassName
{
color: #7C7053;
}
</style>
background-color css
<style>
a { background-color: #7C7053; }
a { background-color: rgb(124,112,83); }
div.DivClassName
{
background-color: #7C7053;
}
.BgClassName
{
background-color: #7C7053;
}
</style>
border-color css
<style>
span { border-color: #7C7053; }
span { border-color: rgb(124,112,83); }
td.TdClassName
{
border-color: #7C7053;
}
.TagClassName
{
border-color: #7C7053;
}
</style>