Shades of Merlot #7B373F
Tints of Merlot #7B373F
RGB
CMYK
RGB Variations
Color information
#7B373F (or 0x7B373F) is known color: Merlot. HEX triplet: 7B, 37 and 3F. RGB value is (123,55,63). Sum of RGB (Red+Green+Blue) = 123+55+63=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B373F is #84C8C0. Grayscale: #4C4C4C. Windows color (decimal): -8702145 or 4142971. OLE color: 4142971.
HSL color Cylindrical-coordinate representation of color #7B373F: hue angle of 352.94º 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 #7B373F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 63 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.52 |
| HSL | 352.94º | 0.38% | 0.35% | - |
| HSV(B) | 352.94º | 0.55% | 0.48% | - |
| XYZ | 10.43 | 7.3 | 5.56 | - |
| YUV | 76.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 63 | 0 | 0.55 | 0.49 | 0.52 | 352.94 | 0.38 | 0.35 |
| Hex | 7B | 37 | 3F | 0 | 37 | 31 | 34 | 161 | 26 | 23 |
| Octal | 173 | 67 | 77 | 0 | 67 | 61 | 64 | 541 | 46 | 43 |
| Binary | 1111011 | 110111 | 111111 | 0 | 110111 | 110001 | 110100 | 101100001 | 100110 | 100011 |
Color Harmonies of #7B373F
Complementary color
Monochromatic Colors of #7B373F
Black with #7B373F
Text Example
Text Example
White with #7B373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B373F; }
p { color: rgb(123,55,63); }
H1.HeaderClassName
{
color: #7B373F;
}
.AnyTagClassName
{
color: #7B373F;
}
</style>
background-color css
<style>
a { background-color: #7B373F; }
a { background-color: rgb(123,55,63); }
div.DivClassName
{
background-color: #7B373F;
}
.BgClassName
{
background-color: #7B373F;
}
</style>
border-color css
<style>
span { border-color: #7B373F; }
span { border-color: rgb(123,55,63); }
td.TdClassName
{
border-color: #7B373F;
}
.TagClassName
{
border-color: #7B373F;
}
</style>