Shades of Roman Coffee #7E654F
Tints of Roman Coffee #7E654F
RGB
CMYK
RGB Variations
Color information
#7E654F (or 0x7E654F) is known color: Roman Coffee. HEX triplet: 7E, 65 and 4F. RGB value is (126,101,79). Sum of RGB (Red+Green+Blue) = 126+101+79=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E654F is #819AB0. Grayscale: #6A6A6A. Windows color (decimal): -8493745 or 5203326. OLE color: 5203326.
HSL color Cylindrical-coordinate representation of color #7E654F: hue angle of 28.09º degrees, saturation: 0.23, 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 #7E654F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 101 | 79 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.51 |
| HSL | 28.09º | 0.23% | 0.4% | - |
| HSV(B) | 28.09º | 0.37% | 0.49% | - |
| XYZ | 14.67 | 14.31 | 9.39 | - |
| YUV | 105.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 79 | 0 | 0.20 | 0.37 | 0.51 | 28.09 | 0.23 | 0.4 |
| Hex | 7E | 65 | 4F | 0 | 14 | 25 | 33 | 1C | 17 | 28 |
| Octal | 176 | 145 | 117 | 0 | 24 | 45 | 63 | 34 | 27 | 50 |
| Binary | 1111110 | 1100101 | 1001111 | 0 | 10100 | 100101 | 110011 | 11100 | 10111 | 101000 |
Color Harmonies of #7E654F
Complementary color
Monochromatic Colors of #7E654F
Black with #7E654F
Text Example
Text Example
White with #7E654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E654F; }
p { color: rgb(126,101,79); }
H1.HeaderClassName
{
color: #7E654F;
}
.AnyTagClassName
{
color: #7E654F;
}
</style>
background-color css
<style>
a { background-color: #7E654F; }
a { background-color: rgb(126,101,79); }
div.DivClassName
{
background-color: #7E654F;
}
.BgClassName
{
background-color: #7E654F;
}
</style>
border-color css
<style>
span { border-color: #7E654F; }
span { border-color: rgb(126,101,79); }
td.TdClassName
{
border-color: #7E654F;
}
.TagClassName
{
border-color: #7E654F;
}
</style>