Shades of Peat #726A55
Tints of Peat #726A55
RGB
CMYK
RGB Variations
Color information
#726A55 (or 0x726A55) is known color: Peat. HEX triplet: 72, 6A and 55. RGB value is (114,106,85). Sum of RGB (Red+Green+Blue) = 114+106+85=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #726A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A55 is #8D95AA. Grayscale: #6A6A6A. Windows color (decimal): -9278891 or 5597810. OLE color: 5597810.
HSL color Cylindrical-coordinate representation of color #726A55: hue angle of 43.45º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726A55 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 85 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.55 |
| HSL | 43.45º | 0.15% | 0.39% | - |
| HSV(B) | 43.45º | 0.25% | 0.45% | - |
| XYZ | 13.73 | 14.54 | 10.68 | - |
| YUV | 106 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 85 | 0 | 0.07 | 0.25 | 0.55 | 43.45 | 0.15 | 0.39 |
| Hex | 72 | 6A | 55 | 0 | 7 | 19 | 37 | 2B | F | 27 |
| Octal | 162 | 152 | 125 | 0 | 7 | 31 | 67 | 53 | 17 | 47 |
| Binary | 1110010 | 1101010 | 1010101 | 0 | 111 | 11001 | 110111 | 101011 | 1111 | 100111 |
Color Harmonies of #726A55
Complementary color
Monochromatic Colors of #726A55
Black with #726A55
Text Example
Text Example
White with #726A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A55; }
p { color: rgb(114,106,85); }
H1.HeaderClassName
{
color: #726A55;
}
.AnyTagClassName
{
color: #726A55;
}
</style>
background-color css
<style>
a { background-color: #726A55; }
a { background-color: rgb(114,106,85); }
div.DivClassName
{
background-color: #726A55;
}
.BgClassName
{
background-color: #726A55;
}
</style>
border-color css
<style>
span { border-color: #726A55; }
span { border-color: rgb(114,106,85); }
td.TdClassName
{
border-color: #726A55;
}
.TagClassName
{
border-color: #726A55;
}
</style>