Shades of Merlot #7B343F
Tints of Merlot #7B343F
RGB
CMYK
RGB Variations
Color information
#7B343F (or 0x7B343F) is known color: Merlot. HEX triplet: 7B, 34 and 3F. RGB value is (123,52,63). Sum of RGB (Red+Green+Blue) = 123+52+63=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B343F is #84CBC0. Grayscale: #4A4A4A. Windows color (decimal): -8702913 or 4142203. OLE color: 4142203.
HSL color Cylindrical-coordinate representation of color #7B343F: hue angle of 350.7º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B343F is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 63 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.52 |
| HSL | 350.7º | 0.41% | 0.34% | - |
| HSV(B) | 350.7º | 0.58% | 0.48% | - |
| XYZ | 10.29 | 7.03 | 5.52 | - |
| YUV | 74.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 63 | 0 | 0.58 | 0.49 | 0.52 | 350.7 | 0.41 | 0.34 |
| Hex | 7B | 34 | 3F | 0 | 3A | 31 | 34 | 15F | 29 | 22 |
| Octal | 173 | 64 | 77 | 0 | 72 | 61 | 64 | 537 | 51 | 42 |
| Binary | 1111011 | 110100 | 111111 | 0 | 111010 | 110001 | 110100 | 101011111 | 101001 | 100010 |
Color Harmonies of #7B343F
Complementary color
Monochromatic Colors of #7B343F
Black with #7B343F
Text Example
Text Example
White with #7B343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B343F; }
p { color: rgb(123,52,63); }
H1.HeaderClassName
{
color: #7B343F;
}
.AnyTagClassName
{
color: #7B343F;
}
</style>
background-color css
<style>
a { background-color: #7B343F; }
a { background-color: rgb(123,52,63); }
div.DivClassName
{
background-color: #7B343F;
}
.BgClassName
{
background-color: #7B343F;
}
</style>
border-color css
<style>
span { border-color: #7B343F; }
span { border-color: rgb(123,52,63); }
td.TdClassName
{
border-color: #7B343F;
}
.TagClassName
{
border-color: #7B343F;
}
</style>