Shades of Peat #7A7153
Tints of Peat #7A7153
RGB
CMYK
RGB Variations
Color information
#7A7153 (or 0x7A7153) is known color: Peat. HEX triplet: 7A, 71 and 53. RGB value is (122,113,83). Sum of RGB (Red+Green+Blue) = 122+113+83=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7153 is #858EAC. Grayscale: #707070. Windows color (decimal): -8752813 or 5468538. OLE color: 5468538.
HSL color Cylindrical-coordinate representation of color #7A7153: hue angle of 46.15º 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 #7A7153 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 83 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.52 |
| HSL | 46.15º | 0.19% | 0.4% | - |
| HSV(B) | 46.15º | 0.32% | 0.48% | - |
| XYZ | 15.49 | 16.57 | 10.57 | - |
| YUV | 112.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 83 | 0 | 0.07 | 0.32 | 0.52 | 46.15 | 0.19 | 0.4 |
| Hex | 7A | 71 | 53 | 0 | 7 | 20 | 34 | 2E | 13 | 28 |
| Octal | 172 | 161 | 123 | 0 | 7 | 40 | 64 | 56 | 23 | 50 |
| Binary | 1111010 | 1110001 | 1010011 | 0 | 111 | 100000 | 110100 | 101110 | 10011 | 101000 |
Color Harmonies of #7A7153
Complementary color
Monochromatic Colors of #7A7153
Black with #7A7153
Text Example
Text Example
White with #7A7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7153; }
p { color: rgb(122,113,83); }
H1.HeaderClassName
{
color: #7A7153;
}
.AnyTagClassName
{
color: #7A7153;
}
</style>
background-color css
<style>
a { background-color: #7A7153; }
a { background-color: rgb(122,113,83); }
div.DivClassName
{
background-color: #7A7153;
}
.BgClassName
{
background-color: #7A7153;
}
</style>
border-color css
<style>
span { border-color: #7A7153; }
span { border-color: rgb(122,113,83); }
td.TdClassName
{
border-color: #7A7153;
}
.TagClassName
{
border-color: #7A7153;
}
</style>