Shades of Coffee #72674D
Tints of Coffee #72674D
RGB
CMYK
RGB Variations
Color information
#72674D (or 0x72674D) is known color: Coffee. HEX triplet: 72, 67 and 4D. RGB value is (114,103,77). Sum of RGB (Red+Green+Blue) = 114+103+77=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72674D is #8D98B2. Grayscale: #676767. Windows color (decimal): -9279667 or 5072754. OLE color: 5072754.
HSL color Cylindrical-coordinate representation of color #72674D: hue angle of 42.16º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72674D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 103 | 77 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.55 |
| HSL | 42.16º | 0.19% | 0.37% | - |
| HSV(B) | 42.16º | 0.32% | 0.45% | - |
| XYZ | 13.13 | 13.81 | 9 | - |
| YUV | 103.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 77 | 0 | 0.10 | 0.32 | 0.55 | 42.16 | 0.19 | 0.37 |
| Hex | 72 | 67 | 4D | 0 | A | 20 | 37 | 2A | 13 | 25 |
| Octal | 162 | 147 | 115 | 0 | 12 | 40 | 67 | 52 | 23 | 45 |
| Binary | 1110010 | 1100111 | 1001101 | 0 | 1010 | 100000 | 110111 | 101010 | 10011 | 100101 |
Color Harmonies of #72674D
Complementary color
Monochromatic Colors of #72674D
Black with #72674D
Text Example
Text Example
White with #72674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72674D; }
p { color: rgb(114,103,77); }
H1.HeaderClassName
{
color: #72674D;
}
.AnyTagClassName
{
color: #72674D;
}
</style>
background-color css
<style>
a { background-color: #72674D; }
a { background-color: rgb(114,103,77); }
div.DivClassName
{
background-color: #72674D;
}
.BgClassName
{
background-color: #72674D;
}
</style>
border-color css
<style>
span { border-color: #72674D; }
span { border-color: rgb(114,103,77); }
td.TdClassName
{
border-color: #72674D;
}
.TagClassName
{
border-color: #72674D;
}
</style>