Shades of Merlot #7B3739
Tints of Merlot #7B3739
RGB
CMYK
RGB Variations
Color information
#7B3739 (or 0x7B3739) is known color: Merlot. HEX triplet: 7B, 37 and 39. RGB value is (123,55,57). Sum of RGB (Red+Green+Blue) = 123+55+57=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3739 is #84C8C6. Grayscale: #4B4B4B. Windows color (decimal): -8702151 or 3749755. OLE color: 3749755.
HSL color Cylindrical-coordinate representation of color #7B3739: hue angle of 358.24º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B3739 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 57 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.52 |
| HSL | 358.24º | 0.38% | 0.35% | - |
| HSV(B) | 358.24º | 0.55% | 0.48% | - |
| XYZ | 10.27 | 7.24 | 4.73 | - |
| YUV | 75.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 57 | 0 | 0.55 | 0.54 | 0.52 | 358.24 | 0.38 | 0.35 |
| Hex | 7B | 37 | 39 | 0 | 37 | 36 | 34 | 166 | 26 | 23 |
| Octal | 173 | 67 | 71 | 0 | 67 | 66 | 64 | 546 | 46 | 43 |
| Binary | 1111011 | 110111 | 111001 | 0 | 110111 | 110110 | 110100 | 101100110 | 100110 | 100011 |
Color Harmonies of #7B3739
Complementary color
Monochromatic Colors of #7B3739
Black with #7B3739
Text Example
Text Example
White with #7B3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3739; }
p { color: rgb(123,55,57); }
H1.HeaderClassName
{
color: #7B3739;
}
.AnyTagClassName
{
color: #7B3739;
}
</style>
background-color css
<style>
a { background-color: #7B3739; }
a { background-color: rgb(123,55,57); }
div.DivClassName
{
background-color: #7B3739;
}
.BgClassName
{
background-color: #7B3739;
}
</style>
border-color css
<style>
span { border-color: #7B3739; }
span { border-color: rgb(123,55,57); }
td.TdClassName
{
border-color: #7B3739;
}
.TagClassName
{
border-color: #7B3739;
}
</style>