Shades of Roman Coffee #7E6852
Tints of Roman Coffee #7E6852
RGB
CMYK
RGB Variations
Color information
#7E6852 (or 0x7E6852) is known color: Roman Coffee. HEX triplet: 7E, 68 and 52. RGB value is (126,104,82). Sum of RGB (Red+Green+Blue) = 126+104+82=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6852 is #8197AD. Grayscale: #6C6C6C. Windows color (decimal): -8492974 or 5400702. OLE color: 5400702.
HSL color Cylindrical-coordinate representation of color #7E6852: hue angle of 30º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E6852 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
RGB | 126 | 104 | 82 | - |
CMYK | 0 | 0.17 | 0.35 | 0.51 |
HSL | 30º | 0.21% | 0.41% | - |
HSV(B) | 30º | 0.35% | 0.49% | - |
XYZ | 15.08 | 14.95 | 10.07 | - |
YUV | 108.07 | 113.29 | 140.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 104 | 82 | 0 | 0.17 | 0.35 | 0.51 | 30 | 0.21 | 0.41 |
Hex | 7E | 68 | 52 | 0 | 11 | 23 | 33 | 1E | 15 | 29 |
Octal | 176 | 150 | 122 | 0 | 21 | 43 | 63 | 36 | 25 | 51 |
Binary | 1111110 | 1101000 | 1010010 | 0 | 10001 | 100011 | 110011 | 11110 | 10101 | 101001 |
Color Harmonies of #7E6852
Complementary color
Monochromatic Colors of #7E6852
Black with #7E6852
Text Example
Text Example
White with #7E6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6852; }
p { color: rgb(126,104,82); }
H1.HeaderClassName
{
color: #7E6852;
}
.AnyTagClassName
{
color: #7E6852;
}
</style>
background-color css
<style>
a { background-color: #7E6852; }
a { background-color: rgb(126,104,82); }
div.DivClassName
{
background-color: #7E6852;
}
.BgClassName
{
background-color: #7E6852;
}
</style>
border-color css
<style>
span { border-color: #7E6852; }
span { border-color: rgb(126,104,82); }
td.TdClassName
{
border-color: #7E6852;
}
.TagClassName
{
border-color: #7E6852;
}
</style>