Shades of Merlot #7B343B
Tints of Merlot #7B343B
RGB
CMYK
RGB Variations
Color information
#7B343B (or 0x7B343B) is known color: Merlot. HEX triplet: 7B, 34 and 3B. RGB value is (123,52,59). Sum of RGB (Red+Green+Blue) = 123+52+59=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B343B is #84CBC4. Grayscale: #4A4A4A. Windows color (decimal): -8702917 or 3880059. OLE color: 3880059.
HSL color Cylindrical-coordinate representation of color #7B343B: hue angle of 354.08º 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 #7B343B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 59 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.52 |
| HSL | 354.08º | 0.41% | 0.34% | - |
| HSV(B) | 354.08º | 0.58% | 0.48% | - |
| XYZ | 10.19 | 6.98 | 4.95 | - |
| YUV | 74.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 59 | 0 | 0.58 | 0.52 | 0.52 | 354.08 | 0.41 | 0.34 |
| Hex | 7B | 34 | 3B | 0 | 3A | 34 | 34 | 162 | 29 | 22 |
| Octal | 173 | 64 | 73 | 0 | 72 | 64 | 64 | 542 | 51 | 42 |
| Binary | 1111011 | 110100 | 111011 | 0 | 111010 | 110100 | 110100 | 101100010 | 101001 | 100010 |
Color Harmonies of #7B343B
Complementary color
Monochromatic Colors of #7B343B
Black with #7B343B
Text Example
Text Example
White with #7B343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B343B; }
p { color: rgb(123,52,59); }
H1.HeaderClassName
{
color: #7B343B;
}
.AnyTagClassName
{
color: #7B343B;
}
</style>
background-color css
<style>
a { background-color: #7B343B; }
a { background-color: rgb(123,52,59); }
div.DivClassName
{
background-color: #7B343B;
}
.BgClassName
{
background-color: #7B343B;
}
</style>
border-color css
<style>
span { border-color: #7B343B; }
span { border-color: rgb(123,52,59); }
td.TdClassName
{
border-color: #7B343B;
}
.TagClassName
{
border-color: #7B343B;
}
</style>