Shades of Coffee #72684F
Tints of Coffee #72684F
RGB
CMYK
RGB Variations
Color information
#72684F (or 0x72684F) is known color: Coffee. HEX triplet: 72, 68 and 4F. RGB value is (114,104,79). Sum of RGB (Red+Green+Blue) = 114+104+79=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #72684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72684F is #8D97B0. Grayscale: #686868. Windows color (decimal): -9279409 or 5204082. OLE color: 5204082.
HSL color Cylindrical-coordinate representation of color #72684F: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72684F is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 79 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.55 |
| HSL | 42.86º | 0.18% | 0.38% | - |
| HSV(B) | 42.86º | 0.31% | 0.45% | - |
| XYZ | 13.3 | 14.04 | 9.41 | - |
| YUV | 104.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 79 | 0 | 0.09 | 0.31 | 0.55 | 42.86 | 0.18 | 0.38 |
| Hex | 72 | 68 | 4F | 0 | 9 | 1F | 37 | 2B | 12 | 26 |
| Octal | 162 | 150 | 117 | 0 | 11 | 37 | 67 | 53 | 22 | 46 |
| Binary | 1110010 | 1101000 | 1001111 | 0 | 1001 | 11111 | 110111 | 101011 | 10010 | 100110 |
Color Harmonies of #72684F
Complementary color
Monochromatic Colors of #72684F
Black with #72684F
Text Example
Text Example
White with #72684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72684F; }
p { color: rgb(114,104,79); }
H1.HeaderClassName
{
color: #72684F;
}
.AnyTagClassName
{
color: #72684F;
}
</style>
background-color css
<style>
a { background-color: #72684F; }
a { background-color: rgb(114,104,79); }
div.DivClassName
{
background-color: #72684F;
}
.BgClassName
{
background-color: #72684F;
}
</style>
border-color css
<style>
span { border-color: #72684F; }
span { border-color: rgb(114,104,79); }
td.TdClassName
{
border-color: #72684F;
}
.TagClassName
{
border-color: #72684F;
}
</style>