Shades of Coffee #726858
Tints of Coffee #726858
RGB
CMYK
RGB Variations
Color information
#726858 (or 0x726858) is known color: Coffee. HEX triplet: 72, 68 and 58. RGB value is (114,104,88). Sum of RGB (Red+Green+Blue) = 114+104+88=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #726858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726858 is #8D97A7. Grayscale: #696969. Windows color (decimal): -9279400 or 5793906. OLE color: 5793906.
HSL color Cylindrical-coordinate representation of color #726858: hue angle of 36.92º 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 #726858 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 88 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.55 |
| HSL | 36.92º | 0.13% | 0.4% | - |
| HSV(B) | 36.92º | 0.23% | 0.45% | - |
| XYZ | 13.65 | 14.18 | 11.25 | - |
| YUV | 105.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 88 | 0 | 0.09 | 0.23 | 0.55 | 36.92 | 0.13 | 0.4 |
| Hex | 72 | 68 | 58 | 0 | 9 | 17 | 37 | 25 | D | 28 |
| Octal | 162 | 150 | 130 | 0 | 11 | 27 | 67 | 45 | 15 | 50 |
| Binary | 1110010 | 1101000 | 1011000 | 0 | 1001 | 10111 | 110111 | 100101 | 1101 | 101000 |
Color Harmonies of #726858
Complementary color
Monochromatic Colors of #726858
Black with #726858
Text Example
Text Example
White with #726858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726858; }
p { color: rgb(114,104,88); }
H1.HeaderClassName
{
color: #726858;
}
.AnyTagClassName
{
color: #726858;
}
</style>
background-color css
<style>
a { background-color: #726858; }
a { background-color: rgb(114,104,88); }
div.DivClassName
{
background-color: #726858;
}
.BgClassName
{
background-color: #726858;
}
</style>
border-color css
<style>
span { border-color: #726858; }
span { border-color: rgb(114,104,88); }
td.TdClassName
{
border-color: #726858;
}
.TagClassName
{
border-color: #726858;
}
</style>