Shades of Roman Coffee #7E604D
Tints of Roman Coffee #7E604D
RGB
CMYK
RGB Variations
Color information
#7E604D (or 0x7E604D) is known color: Roman Coffee. HEX triplet: 7E, 60 and 4D. RGB value is (126,96,77). Sum of RGB (Red+Green+Blue) = 126+96+77=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E604D is #819FB2. Grayscale: #666666. Windows color (decimal): -8495027 or 5070974. OLE color: 5070974.
HSL color Cylindrical-coordinate representation of color #7E604D: hue angle of 23.27º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E604D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 96 | 77 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.51 |
| HSL | 23.27º | 0.24% | 0.4% | - |
| HSV(B) | 23.27º | 0.39% | 0.49% | - |
| XYZ | 14.13 | 13.34 | 8.85 | - |
| YUV | 102.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 77 | 0 | 0.24 | 0.39 | 0.51 | 23.27 | 0.24 | 0.4 |
| Hex | 7E | 60 | 4D | 0 | 18 | 27 | 33 | 17 | 18 | 28 |
| Octal | 176 | 140 | 115 | 0 | 30 | 47 | 63 | 27 | 30 | 50 |
| Binary | 1111110 | 1100000 | 1001101 | 0 | 11000 | 100111 | 110011 | 10111 | 11000 | 101000 |
Color Harmonies of #7E604D
Complementary color
Monochromatic Colors of #7E604D
Black with #7E604D
Text Example
Text Example
White with #7E604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E604D; }
p { color: rgb(126,96,77); }
H1.HeaderClassName
{
color: #7E604D;
}
.AnyTagClassName
{
color: #7E604D;
}
</style>
background-color css
<style>
a { background-color: #7E604D; }
a { background-color: rgb(126,96,77); }
div.DivClassName
{
background-color: #7E604D;
}
.BgClassName
{
background-color: #7E604D;
}
</style>
border-color css
<style>
span { border-color: #7E604D; }
span { border-color: rgb(126,96,77); }
td.TdClassName
{
border-color: #7E604D;
}
.TagClassName
{
border-color: #7E604D;
}
</style>