Shades of Coffee #726A5A
Tints of Coffee #726A5A
RGB
CMYK
RGB Variations
Color information
#726A5A (or 0x726A5A) is known color: Coffee. HEX triplet: 72, 6A and 5A. RGB value is (114,106,90). Sum of RGB (Red+Green+Blue) = 114+106+90=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A5A is #8D95A5. Grayscale: #6A6A6A. Windows color (decimal): -9278886 or 5925490. OLE color: 5925490.
HSL color Cylindrical-coordinate representation of color #726A5A: hue angle of 40º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726A5A is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 90 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.55 |
| HSL | 40º | 0.12% | 0.4% | - |
| HSV(B) | 40º | 0.21% | 0.45% | - |
| XYZ | 13.94 | 14.62 | 11.76 | - |
| YUV | 106.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 90 | 0 | 0.07 | 0.21 | 0.55 | 40 | 0.12 | 0.4 |
| Hex | 72 | 6A | 5A | 0 | 7 | 15 | 37 | 28 | C | 28 |
| Octal | 162 | 152 | 132 | 0 | 7 | 25 | 67 | 50 | 14 | 50 |
| Binary | 1110010 | 1101010 | 1011010 | 0 | 111 | 10101 | 110111 | 101000 | 1100 | 101000 |
Color Harmonies of #726A5A
Complementary color
Monochromatic Colors of #726A5A
Black with #726A5A
Text Example
Text Example
White with #726A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A5A; }
p { color: rgb(114,106,90); }
H1.HeaderClassName
{
color: #726A5A;
}
.AnyTagClassName
{
color: #726A5A;
}
</style>
background-color css
<style>
a { background-color: #726A5A; }
a { background-color: rgb(114,106,90); }
div.DivClassName
{
background-color: #726A5A;
}
.BgClassName
{
background-color: #726A5A;
}
</style>
border-color css
<style>
span { border-color: #726A5A; }
span { border-color: rgb(114,106,90); }
td.TdClassName
{
border-color: #726A5A;
}
.TagClassName
{
border-color: #726A5A;
}
</style>