Shades of Coffee #726A58
Tints of Coffee #726A58
RGB
CMYK
RGB Variations
Color information
#726A58 (or 0x726A58) is known color: Coffee. HEX triplet: 72, 6A and 58. RGB value is (114,106,88). Sum of RGB (Red+Green+Blue) = 114+106+88=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #726A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A58 is #8D95A7. Grayscale: #6A6A6A. Windows color (decimal): -9278888 or 5794418. OLE color: 5794418.
HSL color Cylindrical-coordinate representation of color #726A58: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726A58 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 88 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.55 |
| HSL | 41.54º | 0.13% | 0.4% | - |
| HSV(B) | 41.54º | 0.23% | 0.45% | - |
| XYZ | 13.85 | 14.59 | 11.32 | - |
| YUV | 106.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 88 | 0 | 0.07 | 0.23 | 0.55 | 41.54 | 0.13 | 0.4 |
| Hex | 72 | 6A | 58 | 0 | 7 | 17 | 37 | 2A | D | 28 |
| Octal | 162 | 152 | 130 | 0 | 7 | 27 | 67 | 52 | 15 | 50 |
| Binary | 1110010 | 1101010 | 1011000 | 0 | 111 | 10111 | 110111 | 101010 | 1101 | 101000 |
Color Harmonies of #726A58
Complementary color
Monochromatic Colors of #726A58
Black with #726A58
Text Example
Text Example
White with #726A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A58; }
p { color: rgb(114,106,88); }
H1.HeaderClassName
{
color: #726A58;
}
.AnyTagClassName
{
color: #726A58;
}
</style>
background-color css
<style>
a { background-color: #726A58; }
a { background-color: rgb(114,106,88); }
div.DivClassName
{
background-color: #726A58;
}
.BgClassName
{
background-color: #726A58;
}
</style>
border-color css
<style>
span { border-color: #726A58; }
span { border-color: rgb(114,106,88); }
td.TdClassName
{
border-color: #726A58;
}
.TagClassName
{
border-color: #726A58;
}
</style>