Shades of Roman Coffee #7E6251
Tints of Roman Coffee #7E6251
RGB
CMYK
RGB Variations
Color information
#7E6251 (or 0x7E6251) is known color: Roman Coffee. HEX triplet: 7E, 62 and 51. RGB value is (126,98,81). Sum of RGB (Red+Green+Blue) = 126+98+81=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6251 is #819DAE. Grayscale: #686868. Windows color (decimal): -8494511 or 5333630. OLE color: 5333630.
HSL color Cylindrical-coordinate representation of color #7E6251: hue angle of 22.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E6251 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 98 | 81 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.51 |
| HSL | 22.67º | 0.22% | 0.41% | - |
| HSV(B) | 22.67º | 0.36% | 0.49% | - |
| XYZ | 14.46 | 13.77 | 9.68 | - |
| YUV | 104.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 81 | 0 | 0.22 | 0.36 | 0.51 | 22.67 | 0.22 | 0.41 |
| Hex | 7E | 62 | 51 | 0 | 16 | 24 | 33 | 17 | 16 | 29 |
| Octal | 176 | 142 | 121 | 0 | 26 | 44 | 63 | 27 | 26 | 51 |
| Binary | 1111110 | 1100010 | 1010001 | 0 | 10110 | 100100 | 110011 | 10111 | 10110 | 101001 |
Color Harmonies of #7E6251
Complementary color
Monochromatic Colors of #7E6251
Black with #7E6251
Text Example
Text Example
White with #7E6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6251; }
p { color: rgb(126,98,81); }
H1.HeaderClassName
{
color: #7E6251;
}
.AnyTagClassName
{
color: #7E6251;
}
</style>
background-color css
<style>
a { background-color: #7E6251; }
a { background-color: rgb(126,98,81); }
div.DivClassName
{
background-color: #7E6251;
}
.BgClassName
{
background-color: #7E6251;
}
</style>
border-color css
<style>
span { border-color: #7E6251; }
span { border-color: rgb(126,98,81); }
td.TdClassName
{
border-color: #7E6251;
}
.TagClassName
{
border-color: #7E6251;
}
</style>