Shades of Coffee #72664D
Tints of Coffee #72664D
RGB
CMYK
RGB Variations
Color information
#72664D (or 0x72664D) is known color: Coffee. HEX triplet: 72, 66 and 4D. RGB value is (114,102,77). Sum of RGB (Red+Green+Blue) = 114+102+77=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72664D is #8D99B2. Grayscale: #666666. Windows color (decimal): -9279923 or 5072498. OLE color: 5072498.
HSL color Cylindrical-coordinate representation of color #72664D: hue angle of 40.54º 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 #72664D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 77 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.55 |
| HSL | 40.54º | 0.19% | 0.37% | - |
| HSV(B) | 40.54º | 0.32% | 0.45% | - |
| XYZ | 13.03 | 13.62 | 8.96 | - |
| YUV | 102.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 77 | 0 | 0.11 | 0.32 | 0.55 | 40.54 | 0.19 | 0.37 |
| Hex | 72 | 66 | 4D | 0 | B | 20 | 37 | 29 | 13 | 25 |
| Octal | 162 | 146 | 115 | 0 | 13 | 40 | 67 | 51 | 23 | 45 |
| Binary | 1110010 | 1100110 | 1001101 | 0 | 1011 | 100000 | 110111 | 101001 | 10011 | 100101 |
Color Harmonies of #72664D
Complementary color
Monochromatic Colors of #72664D
Black with #72664D
Text Example
Text Example
White with #72664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72664D; }
p { color: rgb(114,102,77); }
H1.HeaderClassName
{
color: #72664D;
}
.AnyTagClassName
{
color: #72664D;
}
</style>
background-color css
<style>
a { background-color: #72664D; }
a { background-color: rgb(114,102,77); }
div.DivClassName
{
background-color: #72664D;
}
.BgClassName
{
background-color: #72664D;
}
</style>
border-color css
<style>
span { border-color: #72664D; }
span { border-color: rgb(114,102,77); }
td.TdClassName
{
border-color: #72664D;
}
.TagClassName
{
border-color: #72664D;
}
</style>