Shades of Peat #726C59
Tints of Peat #726C59
RGB
CMYK
RGB Variations
Color information
#726C59 (or 0x726C59) is known color: Peat. HEX triplet: 72, 6C and 59. RGB value is (114,108,89). Sum of RGB (Red+Green+Blue) = 114+108+89=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C59 is #8D93A6. Grayscale: #6B6B6B. Windows color (decimal): -9278375 or 5860466. OLE color: 5860466.
HSL color Cylindrical-coordinate representation of color #726C59: hue angle of 45.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #726C59 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 89 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.55 |
| HSL | 45.6º | 0.12% | 0.4% | - |
| HSV(B) | 45.6º | 0.22% | 0.45% | - |
| XYZ | 14.11 | 15.02 | 11.61 | - |
| YUV | 107.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 89 | 0 | 0.05 | 0.22 | 0.55 | 45.6 | 0.12 | 0.4 |
| Hex | 72 | 6C | 59 | 0 | 5 | 16 | 37 | 2E | C | 28 |
| Octal | 162 | 154 | 131 | 0 | 5 | 26 | 67 | 56 | 14 | 50 |
| Binary | 1110010 | 1101100 | 1011001 | 0 | 101 | 10110 | 110111 | 101110 | 1100 | 101000 |
Color Harmonies of #726C59
Complementary color
Monochromatic Colors of #726C59
Black with #726C59
Text Example
Text Example
White with #726C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C59; }
p { color: rgb(114,108,89); }
H1.HeaderClassName
{
color: #726C59;
}
.AnyTagClassName
{
color: #726C59;
}
</style>
background-color css
<style>
a { background-color: #726C59; }
a { background-color: rgb(114,108,89); }
div.DivClassName
{
background-color: #726C59;
}
.BgClassName
{
background-color: #726C59;
}
</style>
border-color css
<style>
span { border-color: #726C59; }
span { border-color: rgb(114,108,89); }
td.TdClassName
{
border-color: #726C59;
}
.TagClassName
{
border-color: #726C59;
}
</style>