Shades of Merlot #7B363E
Tints of Merlot #7B363E
RGB
CMYK
RGB Variations
Color information
#7B363E (or 0x7B363E) is known color: Merlot. HEX triplet: 7B, 36 and 3E. RGB value is (123,54,62). Sum of RGB (Red+Green+Blue) = 123+54+62=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363E is #84C9C1. Grayscale: #4B4B4B. Windows color (decimal): -8702402 or 4077179. OLE color: 4077179.
HSL color Cylindrical-coordinate representation of color #7B363E: hue angle of 353.04º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B363E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 62 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.52 |
| HSL | 353.04º | 0.39% | 0.35% | - |
| HSV(B) | 353.04º | 0.56% | 0.48% | - |
| XYZ | 10.36 | 7.2 | 5.4 | - |
| YUV | 75.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 62 | 0 | 0.56 | 0.50 | 0.52 | 353.04 | 0.39 | 0.35 |
| Hex | 7B | 36 | 3E | 0 | 38 | 32 | 34 | 161 | 27 | 23 |
| Octal | 173 | 66 | 76 | 0 | 70 | 62 | 64 | 541 | 47 | 43 |
| Binary | 1111011 | 110110 | 111110 | 0 | 111000 | 110010 | 110100 | 101100001 | 100111 | 100011 |
Color Harmonies of #7B363E
Complementary color
Monochromatic Colors of #7B363E
Black with #7B363E
Text Example
Text Example
White with #7B363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B363E; }
p { color: rgb(123,54,62); }
H1.HeaderClassName
{
color: #7B363E;
}
.AnyTagClassName
{
color: #7B363E;
}
</style>
background-color css
<style>
a { background-color: #7B363E; }
a { background-color: rgb(123,54,62); }
div.DivClassName
{
background-color: #7B363E;
}
.BgClassName
{
background-color: #7B363E;
}
</style>
border-color css
<style>
span { border-color: #7B363E; }
span { border-color: rgb(123,54,62); }
td.TdClassName
{
border-color: #7B363E;
}
.TagClassName
{
border-color: #7B363E;
}
</style>