Shades of Roman Coffee #7E6453
Tints of Roman Coffee #7E6453
RGB
CMYK
RGB Variations
Color information
#7E6453 (or 0x7E6453) is known color: Roman Coffee. HEX triplet: 7E, 64 and 53. RGB value is (126,100,83). Sum of RGB (Red+Green+Blue) = 126+100+83=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6453 is #819BAC. Grayscale: #696969. Windows color (decimal): -8493997 or 5465214. OLE color: 5465214.
HSL color Cylindrical-coordinate representation of color #7E6453: hue angle of 23.72º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E6453 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 83 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.51 |
| HSL | 23.72º | 0.21% | 0.41% | - |
| HSV(B) | 23.72º | 0.34% | 0.49% | - |
| XYZ | 14.72 | 14.17 | 10.14 | - |
| YUV | 105.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 83 | 0 | 0.21 | 0.34 | 0.51 | 23.72 | 0.21 | 0.41 |
| Hex | 7E | 64 | 53 | 0 | 15 | 22 | 33 | 18 | 15 | 29 |
| Octal | 176 | 144 | 123 | 0 | 25 | 42 | 63 | 30 | 25 | 51 |
| Binary | 1111110 | 1100100 | 1010011 | 0 | 10101 | 100010 | 110011 | 11000 | 10101 | 101001 |
Color Harmonies of #7E6453
Complementary color
Monochromatic Colors of #7E6453
Black with #7E6453
Text Example
Text Example
White with #7E6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6453; }
p { color: rgb(126,100,83); }
H1.HeaderClassName
{
color: #7E6453;
}
.AnyTagClassName
{
color: #7E6453;
}
</style>
background-color css
<style>
a { background-color: #7E6453; }
a { background-color: rgb(126,100,83); }
div.DivClassName
{
background-color: #7E6453;
}
.BgClassName
{
background-color: #7E6453;
}
</style>
border-color css
<style>
span { border-color: #7E6453; }
span { border-color: rgb(126,100,83); }
td.TdClassName
{
border-color: #7E6453;
}
.TagClassName
{
border-color: #7E6453;
}
</style>