Shades of Roman Coffee #7C6152
Tints of Roman Coffee #7C6152
RGB
CMYK
RGB Variations
Color information
#7C6152 (or 0x7C6152) is known color: Roman Coffee. HEX triplet: 7C, 61 and 52. RGB value is (124,97,82). Sum of RGB (Red+Green+Blue) = 124+97+82=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6152 is #839EAD. Grayscale: #676767. Windows color (decimal): -8625838 or 5398908. OLE color: 5398908.
HSL color Cylindrical-coordinate representation of color #7C6152: hue angle of 21.43º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C6152 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 97 | 82 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.51 |
| HSL | 21.43º | 0.2% | 0.4% | - |
| HSV(B) | 21.43º | 0.34% | 0.49% | - |
| XYZ | 14.11 | 13.44 | 9.83 | - |
| YUV | 103.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 82 | 0 | 0.22 | 0.34 | 0.51 | 21.43 | 0.2 | 0.4 |
| Hex | 7C | 61 | 52 | 0 | 16 | 22 | 33 | 15 | 14 | 28 |
| Octal | 174 | 141 | 122 | 0 | 26 | 42 | 63 | 25 | 24 | 50 |
| Binary | 1111100 | 1100001 | 1010010 | 0 | 10110 | 100010 | 110011 | 10101 | 10100 | 101000 |
Color Harmonies of #7C6152
Complementary color
Monochromatic Colors of #7C6152
Black with #7C6152
Text Example
Text Example
White with #7C6152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6152; }
p { color: rgb(124,97,82); }
H1.HeaderClassName
{
color: #7C6152;
}
.AnyTagClassName
{
color: #7C6152;
}
</style>
background-color css
<style>
a { background-color: #7C6152; }
a { background-color: rgb(124,97,82); }
div.DivClassName
{
background-color: #7C6152;
}
.BgClassName
{
background-color: #7C6152;
}
</style>
border-color css
<style>
span { border-color: #7C6152; }
span { border-color: rgb(124,97,82); }
td.TdClassName
{
border-color: #7C6152;
}
.TagClassName
{
border-color: #7C6152;
}
</style>