Shades of Roman Coffee #7C604C
Tints of Roman Coffee #7C604C
RGB
CMYK
RGB Variations
Color information
#7C604C (or 0x7C604C) is known color: Roman Coffee. HEX triplet: 7C, 60 and 4C. RGB value is (124,96,76). Sum of RGB (Red+Green+Blue) = 124+96+76=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C604C is #839FB3. Grayscale: #666666. Windows color (decimal): -8626100 or 5005436. OLE color: 5005436.
HSL color Cylindrical-coordinate representation of color #7C604C: hue angle of 25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C604C is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 76 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.51 |
| HSL | 25º | 0.24% | 0.39% | - |
| HSV(B) | 25º | 0.39% | 0.49% | - |
| XYZ | 13.8 | 13.17 | 8.65 | - |
| YUV | 102.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 76 | 0 | 0.23 | 0.39 | 0.51 | 25 | 0.24 | 0.39 |
| Hex | 7C | 60 | 4C | 0 | 17 | 27 | 33 | 19 | 18 | 27 |
| Octal | 174 | 140 | 114 | 0 | 27 | 47 | 63 | 31 | 30 | 47 |
| Binary | 1111100 | 1100000 | 1001100 | 0 | 10111 | 100111 | 110011 | 11001 | 11000 | 100111 |
Color Harmonies of #7C604C
Complementary color
Monochromatic Colors of #7C604C
Black with #7C604C
Text Example
Text Example
White with #7C604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C604C; }
p { color: rgb(124,96,76); }
H1.HeaderClassName
{
color: #7C604C;
}
.AnyTagClassName
{
color: #7C604C;
}
</style>
background-color css
<style>
a { background-color: #7C604C; }
a { background-color: rgb(124,96,76); }
div.DivClassName
{
background-color: #7C604C;
}
.BgClassName
{
background-color: #7C604C;
}
</style>
border-color css
<style>
span { border-color: #7C604C; }
span { border-color: rgb(124,96,76); }
td.TdClassName
{
border-color: #7C604C;
}
.TagClassName
{
border-color: #7C604C;
}
</style>