Shades of Peat #7A7253
Tints of Peat #7A7253
RGB
CMYK
RGB Variations
Color information
#7A7253 (or 0x7A7253) is known color: Peat. HEX triplet: 7A, 72 and 53. RGB value is (122,114,83). Sum of RGB (Red+Green+Blue) = 122+114+83=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7253 is #858DAC. Grayscale: #707070. Windows color (decimal): -8752557 or 5468794. OLE color: 5468794.
HSL color Cylindrical-coordinate representation of color #7A7253: hue angle of 47.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A7253 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 83 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.52 |
| HSL | 47.69º | 0.19% | 0.4% | - |
| HSV(B) | 47.69º | 0.32% | 0.48% | - |
| XYZ | 15.6 | 16.8 | 10.6 | - |
| YUV | 112.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 83 | 0 | 0.07 | 0.32 | 0.52 | 47.69 | 0.19 | 0.4 |
| Hex | 7A | 72 | 53 | 0 | 7 | 20 | 34 | 30 | 13 | 28 |
| Octal | 172 | 162 | 123 | 0 | 7 | 40 | 64 | 60 | 23 | 50 |
| Binary | 1111010 | 1110010 | 1010011 | 0 | 111 | 100000 | 110100 | 110000 | 10011 | 101000 |
Color Harmonies of #7A7253
Complementary color
Monochromatic Colors of #7A7253
Black with #7A7253
Text Example
Text Example
White with #7A7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7253; }
p { color: rgb(122,114,83); }
H1.HeaderClassName
{
color: #7A7253;
}
.AnyTagClassName
{
color: #7A7253;
}
</style>
background-color css
<style>
a { background-color: #7A7253; }
a { background-color: rgb(122,114,83); }
div.DivClassName
{
background-color: #7A7253;
}
.BgClassName
{
background-color: #7A7253;
}
</style>
border-color css
<style>
span { border-color: #7A7253; }
span { border-color: rgb(122,114,83); }
td.TdClassName
{
border-color: #7A7253;
}
.TagClassName
{
border-color: #7A7253;
}
</style>