Shades of Roman Coffee #7E6A54
Tints of Roman Coffee #7E6A54
RGB
CMYK
RGB Variations
Color information
#7E6A54 (or 0x7E6A54) is known color: Roman Coffee. HEX triplet: 7E, 6A and 54. RGB value is (126,106,84). Sum of RGB (Red+Green+Blue) = 126+106+84=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6A54 is #8195AB. Grayscale: #6D6D6D. Windows color (decimal): -8492460 or 5532286. OLE color: 5532286.
HSL color Cylindrical-coordinate representation of color #7E6A54: hue angle of 31.43º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6A54 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 106 | 84 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.51 |
| HSL | 31.43º | 0.2% | 0.41% | - |
| HSV(B) | 31.43º | 0.33% | 0.49% | - |
| XYZ | 15.36 | 15.38 | 10.55 | - |
| YUV | 109.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 84 | 0 | 0.16 | 0.33 | 0.51 | 31.43 | 0.2 | 0.41 |
| Hex | 7E | 6A | 54 | 0 | 10 | 21 | 33 | 1F | 14 | 29 |
| Octal | 176 | 152 | 124 | 0 | 20 | 41 | 63 | 37 | 24 | 51 |
| Binary | 1111110 | 1101010 | 1010100 | 0 | 10000 | 100001 | 110011 | 11111 | 10100 | 101001 |
Color Harmonies of #7E6A54
Complementary color
Monochromatic Colors of #7E6A54
Black with #7E6A54
Text Example
Text Example
White with #7E6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A54; }
p { color: rgb(126,106,84); }
H1.HeaderClassName
{
color: #7E6A54;
}
.AnyTagClassName
{
color: #7E6A54;
}
</style>
background-color css
<style>
a { background-color: #7E6A54; }
a { background-color: rgb(126,106,84); }
div.DivClassName
{
background-color: #7E6A54;
}
.BgClassName
{
background-color: #7E6A54;
}
</style>
border-color css
<style>
span { border-color: #7E6A54; }
span { border-color: rgb(126,106,84); }
td.TdClassName
{
border-color: #7E6A54;
}
.TagClassName
{
border-color: #7E6A54;
}
</style>