Shades of Coffee #726552
Tints of Coffee #726552
RGB
CMYK
RGB Variations
Color information
#726552 (or 0x726552) is known color: Coffee. HEX triplet: 72, 65 and 52. RGB value is (114,101,82). Sum of RGB (Red+Green+Blue) = 114+101+82=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726552 is #8D9AAD. Grayscale: #666666. Windows color (decimal): -9280174 or 5399922. OLE color: 5399922.
HSL color Cylindrical-coordinate representation of color #726552: hue angle of 35.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726552 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 82 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.55 |
| HSL | 35.63º | 0.16% | 0.38% | - |
| HSV(B) | 35.63º | 0.28% | 0.45% | - |
| XYZ | 13.12 | 13.49 | 9.9 | - |
| YUV | 102.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 82 | 0 | 0.11 | 0.28 | 0.55 | 35.63 | 0.16 | 0.38 |
| Hex | 72 | 65 | 52 | 0 | B | 1C | 37 | 24 | 10 | 26 |
| Octal | 162 | 145 | 122 | 0 | 13 | 34 | 67 | 44 | 20 | 46 |
| Binary | 1110010 | 1100101 | 1010010 | 0 | 1011 | 11100 | 110111 | 100100 | 10000 | 100110 |
Color Harmonies of #726552
Complementary color
Monochromatic Colors of #726552
Black with #726552
Text Example
Text Example
White with #726552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726552; }
p { color: rgb(114,101,82); }
H1.HeaderClassName
{
color: #726552;
}
.AnyTagClassName
{
color: #726552;
}
</style>
background-color css
<style>
a { background-color: #726552; }
a { background-color: rgb(114,101,82); }
div.DivClassName
{
background-color: #726552;
}
.BgClassName
{
background-color: #726552;
}
</style>
border-color css
<style>
span { border-color: #726552; }
span { border-color: rgb(114,101,82); }
td.TdClassName
{
border-color: #726552;
}
.TagClassName
{
border-color: #726552;
}
</style>