Shades of Roman Coffee #7C685C
Tints of Roman Coffee #7C685C
RGB
CMYK
RGB Variations
Color information
#7C685C (or 0x7C685C) is known color: Roman Coffee. HEX triplet: 7C, 68 and 5C. RGB value is (124,104,92). Sum of RGB (Red+Green+Blue) = 124+104+92=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C685C is #8397A3. Grayscale: #6C6C6C. Windows color (decimal): -8624036 or 6056060. OLE color: 6056060.
HSL color Cylindrical-coordinate representation of color #7C685C: hue angle of 22.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C685C is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 92 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.51 |
| HSL | 22.5º | 0.15% | 0.42% | - |
| HSV(B) | 22.5º | 0.26% | 0.49% | - |
| XYZ | 15.19 | 14.96 | 12.21 | - |
| YUV | 108.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 92 | 0 | 0.16 | 0.26 | 0.51 | 22.5 | 0.15 | 0.42 |
| Hex | 7C | 68 | 5C | 0 | 10 | 1A | 33 | 16 | F | 2A |
| Octal | 174 | 150 | 134 | 0 | 20 | 32 | 63 | 26 | 17 | 52 |
| Binary | 1111100 | 1101000 | 1011100 | 0 | 10000 | 11010 | 110011 | 10110 | 1111 | 101010 |
Color Harmonies of #7C685C
Complementary color
Monochromatic Colors of #7C685C
Black with #7C685C
Text Example
Text Example
White with #7C685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C685C; }
p { color: rgb(124,104,92); }
H1.HeaderClassName
{
color: #7C685C;
}
.AnyTagClassName
{
color: #7C685C;
}
</style>
background-color css
<style>
a { background-color: #7C685C; }
a { background-color: rgb(124,104,92); }
div.DivClassName
{
background-color: #7C685C;
}
.BgClassName
{
background-color: #7C685C;
}
</style>
border-color css
<style>
span { border-color: #7C685C; }
span { border-color: rgb(124,104,92); }
td.TdClassName
{
border-color: #7C685C;
}
.TagClassName
{
border-color: #7C685C;
}
</style>