Shades of Coffee #726850
Tints of Coffee #726850
RGB
CMYK
RGB Variations
Color information
#726850 (or 0x726850) is known color: Coffee. HEX triplet: 72, 68 and 50. RGB value is (114,104,80). Sum of RGB (Red+Green+Blue) = 114+104+80=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726850 is #8D97AF. Grayscale: #686868. Windows color (decimal): -9279408 or 5269618. OLE color: 5269618.
HSL color Cylindrical-coordinate representation of color #726850: hue angle of 42.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726850 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 80 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.55 |
| HSL | 42.35º | 0.18% | 0.38% | - |
| HSV(B) | 42.35º | 0.3% | 0.45% | - |
| XYZ | 13.34 | 14.06 | 9.6 | - |
| YUV | 104.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 80 | 0 | 0.09 | 0.30 | 0.55 | 42.35 | 0.18 | 0.38 |
| Hex | 72 | 68 | 50 | 0 | 9 | 1E | 37 | 2A | 12 | 26 |
| Octal | 162 | 150 | 120 | 0 | 11 | 36 | 67 | 52 | 22 | 46 |
| Binary | 1110010 | 1101000 | 1010000 | 0 | 1001 | 11110 | 110111 | 101010 | 10010 | 100110 |
Color Harmonies of #726850
Complementary color
Monochromatic Colors of #726850
Black with #726850
Text Example
Text Example
White with #726850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726850; }
p { color: rgb(114,104,80); }
H1.HeaderClassName
{
color: #726850;
}
.AnyTagClassName
{
color: #726850;
}
</style>
background-color css
<style>
a { background-color: #726850; }
a { background-color: rgb(114,104,80); }
div.DivClassName
{
background-color: #726850;
}
.BgClassName
{
background-color: #726850;
}
</style>
border-color css
<style>
span { border-color: #726850; }
span { border-color: rgb(114,104,80); }
td.TdClassName
{
border-color: #726850;
}
.TagClassName
{
border-color: #726850;
}
</style>