Shades of Roman Coffee #7E6452
Tints of Roman Coffee #7E6452
RGB
CMYK
RGB Variations
Color information
#7E6452 (or 0x7E6452) is known color: Roman Coffee. HEX triplet: 7E, 64 and 52. RGB value is (126,100,82). Sum of RGB (Red+Green+Blue) = 126+100+82=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6452 is #819BAD. Grayscale: #696969. Windows color (decimal): -8493998 or 5399678. OLE color: 5399678.
HSL color Cylindrical-coordinate representation of color #7E6452: hue angle of 24.55º 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 #7E6452 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 82 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.51 |
| HSL | 24.55º | 0.21% | 0.41% | - |
| HSV(B) | 24.55º | 0.35% | 0.49% | - |
| XYZ | 14.68 | 14.16 | 9.94 | - |
| YUV | 105.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 82 | 0 | 0.21 | 0.35 | 0.51 | 24.55 | 0.21 | 0.41 |
| Hex | 7E | 64 | 52 | 0 | 15 | 23 | 33 | 19 | 15 | 29 |
| Octal | 176 | 144 | 122 | 0 | 25 | 43 | 63 | 31 | 25 | 51 |
| Binary | 1111110 | 1100100 | 1010010 | 0 | 10101 | 100011 | 110011 | 11001 | 10101 | 101001 |
Color Harmonies of #7E6452
Complementary color
Monochromatic Colors of #7E6452
Black with #7E6452
Text Example
Text Example
White with #7E6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6452; }
p { color: rgb(126,100,82); }
H1.HeaderClassName
{
color: #7E6452;
}
.AnyTagClassName
{
color: #7E6452;
}
</style>
background-color css
<style>
a { background-color: #7E6452; }
a { background-color: rgb(126,100,82); }
div.DivClassName
{
background-color: #7E6452;
}
.BgClassName
{
background-color: #7E6452;
}
</style>
border-color css
<style>
span { border-color: #7E6452; }
span { border-color: rgb(126,100,82); }
td.TdClassName
{
border-color: #7E6452;
}
.TagClassName
{
border-color: #7E6452;
}
</style>