Shades of Roman Coffee #7C6A5B
Tints of Roman Coffee #7C6A5B
RGB
CMYK
RGB Variations
Color information
#7C6A5B (or 0x7C6A5B) is known color: Roman Coffee. HEX triplet: 7C, 6A and 5B. RGB value is (124,106,91). Sum of RGB (Red+Green+Blue) = 124+106+91=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A5B is #8395A4. Grayscale: #6D6D6D. Windows color (decimal): -8623525 or 5991036. OLE color: 5991036.
HSL color Cylindrical-coordinate representation of color #7C6A5B: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C6A5B is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 106 | 91 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.51 |
| HSL | 27.27º | 0.15% | 0.42% | - |
| HSV(B) | 27.27º | 0.27% | 0.49% | - |
| XYZ | 15.35 | 15.35 | 12.05 | - |
| YUV | 109.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 91 | 0 | 0.15 | 0.27 | 0.51 | 27.27 | 0.15 | 0.42 |
| Hex | 7C | 6A | 5B | 0 | F | 1B | 33 | 1B | F | 2A |
| Octal | 174 | 152 | 133 | 0 | 17 | 33 | 63 | 33 | 17 | 52 |
| Binary | 1111100 | 1101010 | 1011011 | 0 | 1111 | 11011 | 110011 | 11011 | 1111 | 101010 |
Color Harmonies of #7C6A5B
Complementary color
Monochromatic Colors of #7C6A5B
Black with #7C6A5B
Text Example
Text Example
White with #7C6A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A5B; }
p { color: rgb(124,106,91); }
H1.HeaderClassName
{
color: #7C6A5B;
}
.AnyTagClassName
{
color: #7C6A5B;
}
</style>
background-color css
<style>
a { background-color: #7C6A5B; }
a { background-color: rgb(124,106,91); }
div.DivClassName
{
background-color: #7C6A5B;
}
.BgClassName
{
background-color: #7C6A5B;
}
</style>
border-color css
<style>
span { border-color: #7C6A5B; }
span { border-color: rgb(124,106,91); }
td.TdClassName
{
border-color: #7C6A5B;
}
.TagClassName
{
border-color: #7C6A5B;
}
</style>