Shades of Roman Coffee #7E6750
Tints of Roman Coffee #7E6750
RGB
CMYK
RGB Variations
Color information
#7E6750 (or 0x7E6750) is known color: Roman Coffee. HEX triplet: 7E, 67 and 50. RGB value is (126,103,80). Sum of RGB (Red+Green+Blue) = 126+103+80=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6750 is #8198AF. Grayscale: #6B6B6B. Windows color (decimal): -8493232 or 5269374. OLE color: 5269374.
HSL color Cylindrical-coordinate representation of color #7E6750: hue angle of 30º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E6750 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 80 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.51 |
| HSL | 30º | 0.22% | 0.4% | - |
| HSV(B) | 30º | 0.37% | 0.49% | - |
| XYZ | 14.9 | 14.72 | 9.64 | - |
| YUV | 107.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 80 | 0 | 0.18 | 0.37 | 0.51 | 30 | 0.22 | 0.4 |
| Hex | 7E | 67 | 50 | 0 | 12 | 25 | 33 | 1E | 16 | 28 |
| Octal | 176 | 147 | 120 | 0 | 22 | 45 | 63 | 36 | 26 | 50 |
| Binary | 1111110 | 1100111 | 1010000 | 0 | 10010 | 100101 | 110011 | 11110 | 10110 | 101000 |
Color Harmonies of #7E6750
Complementary color
Monochromatic Colors of #7E6750
Black with #7E6750
Text Example
Text Example
White with #7E6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6750; }
p { color: rgb(126,103,80); }
H1.HeaderClassName
{
color: #7E6750;
}
.AnyTagClassName
{
color: #7E6750;
}
</style>
background-color css
<style>
a { background-color: #7E6750; }
a { background-color: rgb(126,103,80); }
div.DivClassName
{
background-color: #7E6750;
}
.BgClassName
{
background-color: #7E6750;
}
</style>
border-color css
<style>
span { border-color: #7E6750; }
span { border-color: rgb(126,103,80); }
td.TdClassName
{
border-color: #7E6750;
}
.TagClassName
{
border-color: #7E6750;
}
</style>