Shades of Merlot #7B3840
Tints of Merlot #7B3840
RGB
CMYK
RGB Variations
Color information
#7B3840 (or 0x7B3840) is known color: Merlot. HEX triplet: 7B, 38 and 40. RGB value is (123,56,64). Sum of RGB (Red+Green+Blue) = 123+56+64=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3840 is #84C7BF. Grayscale: #4C4C4C. Windows color (decimal): -8701888 or 4208763. OLE color: 4208763.
HSL color Cylindrical-coordinate representation of color #7B3840: hue angle of 352.84º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B3840 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 64 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.52 |
| HSL | 352.84º | 0.37% | 0.35% | - |
| HSV(B) | 352.84º | 0.54% | 0.48% | - |
| XYZ | 10.51 | 7.41 | 5.73 | - |
| YUV | 76.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 64 | 0 | 0.54 | 0.48 | 0.52 | 352.84 | 0.37 | 0.35 |
| Hex | 7B | 38 | 40 | 0 | 36 | 30 | 34 | 161 | 25 | 23 |
| Octal | 173 | 70 | 100 | 0 | 66 | 60 | 64 | 541 | 45 | 43 |
| Binary | 1111011 | 111000 | 1000000 | 0 | 110110 | 110000 | 110100 | 101100001 | 100101 | 100011 |
Color Harmonies of #7B3840
Complementary color
Monochromatic Colors of #7B3840
Black with #7B3840
Text Example
Text Example
White with #7B3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3840; }
p { color: rgb(123,56,64); }
H1.HeaderClassName
{
color: #7B3840;
}
.AnyTagClassName
{
color: #7B3840;
}
</style>
background-color css
<style>
a { background-color: #7B3840; }
a { background-color: rgb(123,56,64); }
div.DivClassName
{
background-color: #7B3840;
}
.BgClassName
{
background-color: #7B3840;
}
</style>
border-color css
<style>
span { border-color: #7B3840; }
span { border-color: rgb(123,56,64); }
td.TdClassName
{
border-color: #7B3840;
}
.TagClassName
{
border-color: #7B3840;
}
</style>