Shades of Peat #7A7355
Tints of Peat #7A7355
RGB
CMYK
RGB Variations
Color information
#7A7355 (or 0x7A7355) is known color: Peat. HEX triplet: 7A, 73 and 55. RGB value is (122,115,85). Sum of RGB (Red+Green+Blue) = 122+115+85=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7355 is #858CAA. Grayscale: #717171. Windows color (decimal): -8752299 or 5600122. OLE color: 5600122.
HSL color Cylindrical-coordinate representation of color #7A7355: hue angle of 48.65º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7355 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 85 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.52 |
| HSL | 48.65º | 0.18% | 0.41% | - |
| HSV(B) | 48.65º | 0.3% | 0.48% | - |
| XYZ | 15.8 | 17.05 | 11.05 | - |
| YUV | 113.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 85 | 0 | 0.06 | 0.30 | 0.52 | 48.65 | 0.18 | 0.41 |
| Hex | 7A | 73 | 55 | 0 | 6 | 1E | 34 | 31 | 12 | 29 |
| Octal | 172 | 163 | 125 | 0 | 6 | 36 | 64 | 61 | 22 | 51 |
| Binary | 1111010 | 1110011 | 1010101 | 0 | 110 | 11110 | 110100 | 110001 | 10010 | 101001 |
Color Harmonies of #7A7355
Complementary color
Monochromatic Colors of #7A7355
Black with #7A7355
Text Example
Text Example
White with #7A7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7355; }
p { color: rgb(122,115,85); }
H1.HeaderClassName
{
color: #7A7355;
}
.AnyTagClassName
{
color: #7A7355;
}
</style>
background-color css
<style>
a { background-color: #7A7355; }
a { background-color: rgb(122,115,85); }
div.DivClassName
{
background-color: #7A7355;
}
.BgClassName
{
background-color: #7A7355;
}
</style>
border-color css
<style>
span { border-color: #7A7355; }
span { border-color: rgb(122,115,85); }
td.TdClassName
{
border-color: #7A7355;
}
.TagClassName
{
border-color: #7A7355;
}
</style>