Shades of Peat #726D58
Tints of Peat #726D58
RGB
CMYK
RGB Variations
Color information
#726D58 (or 0x726D58) is known color: Peat. HEX triplet: 72, 6D and 58. RGB value is (114,109,88). Sum of RGB (Red+Green+Blue) = 114+109+88=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D58 is #8D92A7. Grayscale: #6C6C6C. Windows color (decimal): -9278120 or 5795186. OLE color: 5795186.
HSL color Cylindrical-coordinate representation of color #726D58: hue angle of 48.46º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726D58 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 88 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.55 |
| HSL | 48.46º | 0.13% | 0.4% | - |
| HSV(B) | 48.46º | 0.23% | 0.45% | - |
| XYZ | 14.17 | 15.22 | 11.42 | - |
| YUV | 108.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 88 | 0 | 0.04 | 0.23 | 0.55 | 48.46 | 0.13 | 0.4 |
| Hex | 72 | 6D | 58 | 0 | 4 | 17 | 37 | 30 | D | 28 |
| Octal | 162 | 155 | 130 | 0 | 4 | 27 | 67 | 60 | 15 | 50 |
| Binary | 1110010 | 1101101 | 1011000 | 0 | 100 | 10111 | 110111 | 110000 | 1101 | 101000 |
Color Harmonies of #726D58
Complementary color
Monochromatic Colors of #726D58
Black with #726D58
Text Example
Text Example
White with #726D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D58; }
p { color: rgb(114,109,88); }
H1.HeaderClassName
{
color: #726D58;
}
.AnyTagClassName
{
color: #726D58;
}
</style>
background-color css
<style>
a { background-color: #726D58; }
a { background-color: rgb(114,109,88); }
div.DivClassName
{
background-color: #726D58;
}
.BgClassName
{
background-color: #726D58;
}
</style>
border-color css
<style>
span { border-color: #726D58; }
span { border-color: rgb(114,109,88); }
td.TdClassName
{
border-color: #726D58;
}
.TagClassName
{
border-color: #726D58;
}
</style>