Shades of Coffee #72664E
Tints of Coffee #72664E
RGB
CMYK
RGB Variations
Color information
#72664E (or 0x72664E) is known color: Coffee. HEX triplet: 72, 66 and 4E. RGB value is (114,102,78). Sum of RGB (Red+Green+Blue) = 114+102+78=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72664E is #8D99B1. Grayscale: #666666. Windows color (decimal): -9279922 or 5138034. OLE color: 5138034.
HSL color Cylindrical-coordinate representation of color #72664E: hue angle of 40º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72664E is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 78 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.55 |
| HSL | 40º | 0.19% | 0.38% | - |
| HSV(B) | 40º | 0.32% | 0.45% | - |
| XYZ | 13.07 | 13.63 | 9.15 | - |
| YUV | 102.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 78 | 0 | 0.11 | 0.32 | 0.55 | 40 | 0.19 | 0.38 |
| Hex | 72 | 66 | 4E | 0 | B | 20 | 37 | 28 | 13 | 26 |
| Octal | 162 | 146 | 116 | 0 | 13 | 40 | 67 | 50 | 23 | 46 |
| Binary | 1110010 | 1100110 | 1001110 | 0 | 1011 | 100000 | 110111 | 101000 | 10011 | 100110 |
Color Harmonies of #72664E
Complementary color
Monochromatic Colors of #72664E
Black with #72664E
Text Example
Text Example
White with #72664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72664E; }
p { color: rgb(114,102,78); }
H1.HeaderClassName
{
color: #72664E;
}
.AnyTagClassName
{
color: #72664E;
}
</style>
background-color css
<style>
a { background-color: #72664E; }
a { background-color: rgb(114,102,78); }
div.DivClassName
{
background-color: #72664E;
}
.BgClassName
{
background-color: #72664E;
}
</style>
border-color css
<style>
span { border-color: #72664E; }
span { border-color: rgb(114,102,78); }
td.TdClassName
{
border-color: #72664E;
}
.TagClassName
{
border-color: #72664E;
}
</style>