Shades of Merlot #7B373A
Tints of Merlot #7B373A
RGB
CMYK
RGB Variations
Color information
#7B373A (or 0x7B373A) is known color: Merlot. HEX triplet: 7B, 37 and 3A. RGB value is (123,55,58). Sum of RGB (Red+Green+Blue) = 123+55+58=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B373A is #84C8C5. Grayscale: #4B4B4B. Windows color (decimal): -8702150 or 3815291. OLE color: 3815291.
HSL color Cylindrical-coordinate representation of color #7B373A: hue angle of 357.35º 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 #7B373A is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 58 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.52 |
| HSL | 357.35º | 0.38% | 0.35% | - |
| HSV(B) | 357.35º | 0.55% | 0.48% | - |
| XYZ | 10.3 | 7.25 | 4.86 | - |
| YUV | 75.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 58 | 0 | 0.55 | 0.53 | 0.52 | 357.35 | 0.38 | 0.35 |
| Hex | 7B | 37 | 3A | 0 | 37 | 35 | 34 | 165 | 26 | 23 |
| Octal | 173 | 67 | 72 | 0 | 67 | 65 | 64 | 545 | 46 | 43 |
| Binary | 1111011 | 110111 | 111010 | 0 | 110111 | 110101 | 110100 | 101100101 | 100110 | 100011 |
Color Harmonies of #7B373A
Complementary color
Monochromatic Colors of #7B373A
Black with #7B373A
Text Example
Text Example
White with #7B373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B373A; }
p { color: rgb(123,55,58); }
H1.HeaderClassName
{
color: #7B373A;
}
.AnyTagClassName
{
color: #7B373A;
}
</style>
background-color css
<style>
a { background-color: #7B373A; }
a { background-color: rgb(123,55,58); }
div.DivClassName
{
background-color: #7B373A;
}
.BgClassName
{
background-color: #7B373A;
}
</style>
border-color css
<style>
span { border-color: #7B373A; }
span { border-color: rgb(123,55,58); }
td.TdClassName
{
border-color: #7B373A;
}
.TagClassName
{
border-color: #7B373A;
}
</style>