Shades of Roman Coffee #7E6657
Tints of Roman Coffee #7E6657
RGB
CMYK
RGB Variations
Color information
#7E6657 (or 0x7E6657) is known color: Roman Coffee. HEX triplet: 7E, 66 and 57. RGB value is (126,102,87). Sum of RGB (Red+Green+Blue) = 126+102+87=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6657 is #8199A8. Grayscale: #6B6B6B. Windows color (decimal): -8493481 or 5727870. OLE color: 5727870.
HSL color Cylindrical-coordinate representation of color #7E6657: hue angle of 23.08º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E6657 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 87 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.51 |
| HSL | 23.08º | 0.18% | 0.42% | - |
| HSV(B) | 23.08º | 0.31% | 0.49% | - |
| XYZ | 15.08 | 14.63 | 11.05 | - |
| YUV | 107.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 87 | 0 | 0.19 | 0.31 | 0.51 | 23.08 | 0.18 | 0.42 |
| Hex | 7E | 66 | 57 | 0 | 13 | 1F | 33 | 17 | 12 | 2A |
| Octal | 176 | 146 | 127 | 0 | 23 | 37 | 63 | 27 | 22 | 52 |
| Binary | 1111110 | 1100110 | 1010111 | 0 | 10011 | 11111 | 110011 | 10111 | 10010 | 101010 |
Color Harmonies of #7E6657
Complementary color
Monochromatic Colors of #7E6657
Black with #7E6657
Text Example
Text Example
White with #7E6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6657; }
p { color: rgb(126,102,87); }
H1.HeaderClassName
{
color: #7E6657;
}
.AnyTagClassName
{
color: #7E6657;
}
</style>
background-color css
<style>
a { background-color: #7E6657; }
a { background-color: rgb(126,102,87); }
div.DivClassName
{
background-color: #7E6657;
}
.BgClassName
{
background-color: #7E6657;
}
</style>
border-color css
<style>
span { border-color: #7E6657; }
span { border-color: rgb(126,102,87); }
td.TdClassName
{
border-color: #7E6657;
}
.TagClassName
{
border-color: #7E6657;
}
</style>