Shades of Peat #726C57
Tints of Peat #726C57
RGB
CMYK
RGB Variations
Color information
#726C57 (or 0x726C57) is known color: Peat. HEX triplet: 72, 6C and 57. RGB value is (114,108,87). Sum of RGB (Red+Green+Blue) = 114+108+87=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #726C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C57 is #8D93A8. Grayscale: #6B6B6B. Windows color (decimal): -9278377 or 5729394. OLE color: 5729394.
HSL color Cylindrical-coordinate representation of color #726C57: hue angle of 46.67º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #726C57 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 87 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.55 |
| HSL | 46.67º | 0.13% | 0.39% | - |
| HSV(B) | 46.67º | 0.24% | 0.45% | - |
| XYZ | 14.02 | 14.99 | 11.17 | - |
| YUV | 107.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 87 | 0 | 0.05 | 0.24 | 0.55 | 46.67 | 0.13 | 0.39 |
| Hex | 72 | 6C | 57 | 0 | 5 | 18 | 37 | 2F | D | 27 |
| Octal | 162 | 154 | 127 | 0 | 5 | 30 | 67 | 57 | 15 | 47 |
| Binary | 1110010 | 1101100 | 1010111 | 0 | 101 | 11000 | 110111 | 101111 | 1101 | 100111 |
Color Harmonies of #726C57
Complementary color
Monochromatic Colors of #726C57
Black with #726C57
Text Example
Text Example
White with #726C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C57; }
p { color: rgb(114,108,87); }
H1.HeaderClassName
{
color: #726C57;
}
.AnyTagClassName
{
color: #726C57;
}
</style>
background-color css
<style>
a { background-color: #726C57; }
a { background-color: rgb(114,108,87); }
div.DivClassName
{
background-color: #726C57;
}
.BgClassName
{
background-color: #726C57;
}
</style>
border-color css
<style>
span { border-color: #726C57; }
span { border-color: rgb(114,108,87); }
td.TdClassName
{
border-color: #726C57;
}
.TagClassName
{
border-color: #726C57;
}
</style>