Shades of Coffee #726855
Tints of Coffee #726855
RGB
CMYK
RGB Variations
Color information
#726855 (or 0x726855) is known color: Coffee. HEX triplet: 72, 68 and 55. RGB value is (114,104,85). Sum of RGB (Red+Green+Blue) = 114+104+85=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #726855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726855 is #8D97AA. Grayscale: #686868. Windows color (decimal): -9279403 or 5597298. OLE color: 5597298.
HSL color Cylindrical-coordinate representation of color #726855: hue angle of 39.31º 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 #726855 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 85 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.55 |
| HSL | 39.31º | 0.15% | 0.39% | - |
| HSV(B) | 39.31º | 0.25% | 0.45% | - |
| XYZ | 13.53 | 14.13 | 10.61 | - |
| YUV | 104.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 85 | 0 | 0.09 | 0.25 | 0.55 | 39.31 | 0.15 | 0.39 |
| Hex | 72 | 68 | 55 | 0 | 9 | 19 | 37 | 27 | F | 27 |
| Octal | 162 | 150 | 125 | 0 | 11 | 31 | 67 | 47 | 17 | 47 |
| Binary | 1110010 | 1101000 | 1010101 | 0 | 1001 | 11001 | 110111 | 100111 | 1111 | 100111 |
Color Harmonies of #726855
Complementary color
Monochromatic Colors of #726855
Black with #726855
Text Example
Text Example
White with #726855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726855; }
p { color: rgb(114,104,85); }
H1.HeaderClassName
{
color: #726855;
}
.AnyTagClassName
{
color: #726855;
}
</style>
background-color css
<style>
a { background-color: #726855; }
a { background-color: rgb(114,104,85); }
div.DivClassName
{
background-color: #726855;
}
.BgClassName
{
background-color: #726855;
}
</style>
border-color css
<style>
span { border-color: #726855; }
span { border-color: rgb(114,104,85); }
td.TdClassName
{
border-color: #726855;
}
.TagClassName
{
border-color: #726855;
}
</style>