Shades of Roman Coffee #7E6A5C
Tints of Roman Coffee #7E6A5C
RGB
CMYK
RGB Variations
Color information
#7E6A5C (or 0x7E6A5C) is known color: Roman Coffee. HEX triplet: 7E, 6A and 5C. RGB value is (126,106,92). Sum of RGB (Red+Green+Blue) = 126+106+92=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6A5C is #8195A3. Grayscale: #6E6E6E. Windows color (decimal): -8492452 or 6056574. OLE color: 6056574.
HSL color Cylindrical-coordinate representation of color #7E6A5C: hue angle of 24.71º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E6A5C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 106 | 92 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.51 |
| HSL | 24.71º | 0.16% | 0.43% | - |
| HSV(B) | 24.71º | 0.27% | 0.49% | - |
| XYZ | 15.69 | 15.52 | 12.29 | - |
| YUV | 110.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 92 | 0 | 0.16 | 0.27 | 0.51 | 24.71 | 0.16 | 0.43 |
| Hex | 7E | 6A | 5C | 0 | 10 | 1B | 33 | 19 | 10 | 2B |
| Octal | 176 | 152 | 134 | 0 | 20 | 33 | 63 | 31 | 20 | 53 |
| Binary | 1111110 | 1101010 | 1011100 | 0 | 10000 | 11011 | 110011 | 11001 | 10000 | 101011 |
Color Harmonies of #7E6A5C
Complementary color
Monochromatic Colors of #7E6A5C
Black with #7E6A5C
Text Example
Text Example
White with #7E6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A5C; }
p { color: rgb(126,106,92); }
H1.HeaderClassName
{
color: #7E6A5C;
}
.AnyTagClassName
{
color: #7E6A5C;
}
</style>
background-color css
<style>
a { background-color: #7E6A5C; }
a { background-color: rgb(126,106,92); }
div.DivClassName
{
background-color: #7E6A5C;
}
.BgClassName
{
background-color: #7E6A5C;
}
</style>
border-color css
<style>
span { border-color: #7E6A5C; }
span { border-color: rgb(126,106,92); }
td.TdClassName
{
border-color: #7E6A5C;
}
.TagClassName
{
border-color: #7E6A5C;
}
</style>