Shades of Roman Coffee #7C6452
Tints of Roman Coffee #7C6452
RGB
CMYK
RGB Variations
Color information
#7C6452 (or 0x7C6452) is known color: Roman Coffee. HEX triplet: 7C, 64 and 52. RGB value is (124,100,82). Sum of RGB (Red+Green+Blue) = 124+100+82=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6452 is #839BAD. Grayscale: #696969. Windows color (decimal): -8625070 or 5399676. OLE color: 5399676.
HSL color Cylindrical-coordinate representation of color #7C6452: hue angle of 25.71º 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 #7C6452 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 82 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.51 |
| HSL | 25.71º | 0.2% | 0.4% | - |
| HSV(B) | 25.71º | 0.34% | 0.49% | - |
| XYZ | 14.39 | 14.01 | 9.93 | - |
| YUV | 105.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 82 | 0 | 0.19 | 0.34 | 0.51 | 25.71 | 0.2 | 0.4 |
| Hex | 7C | 64 | 52 | 0 | 13 | 22 | 33 | 1A | 14 | 28 |
| Octal | 174 | 144 | 122 | 0 | 23 | 42 | 63 | 32 | 24 | 50 |
| Binary | 1111100 | 1100100 | 1010010 | 0 | 10011 | 100010 | 110011 | 11010 | 10100 | 101000 |
Color Harmonies of #7C6452
Complementary color
Monochromatic Colors of #7C6452
Black with #7C6452
Text Example
Text Example
White with #7C6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6452; }
p { color: rgb(124,100,82); }
H1.HeaderClassName
{
color: #7C6452;
}
.AnyTagClassName
{
color: #7C6452;
}
</style>
background-color css
<style>
a { background-color: #7C6452; }
a { background-color: rgb(124,100,82); }
div.DivClassName
{
background-color: #7C6452;
}
.BgClassName
{
background-color: #7C6452;
}
</style>
border-color css
<style>
span { border-color: #7C6452; }
span { border-color: rgb(124,100,82); }
td.TdClassName
{
border-color: #7C6452;
}
.TagClassName
{
border-color: #7C6452;
}
</style>