Shades of Merlot #7B363C
Tints of Merlot #7B363C
RGB
CMYK
RGB Variations
Color information
#7B363C (or 0x7B363C) is known color: Merlot. HEX triplet: 7B, 36 and 3C. RGB value is (123,54,60). Sum of RGB (Red+Green+Blue) = 123+54+60=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363C is #84C9C3. Grayscale: #4B4B4B. Windows color (decimal): -8702404 or 3946107. OLE color: 3946107.
HSL color Cylindrical-coordinate representation of color #7B363C: hue angle of 354.78º 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 #7B363C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 60 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.52 |
| HSL | 354.78º | 0.39% | 0.35% | - |
| HSV(B) | 354.78º | 0.56% | 0.48% | - |
| XYZ | 10.3 | 7.18 | 5.12 | - |
| YUV | 75.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 60 | 0 | 0.56 | 0.51 | 0.52 | 354.78 | 0.39 | 0.35 |
| Hex | 7B | 36 | 3C | 0 | 38 | 33 | 34 | 163 | 27 | 23 |
| Octal | 173 | 66 | 74 | 0 | 70 | 63 | 64 | 543 | 47 | 43 |
| Binary | 1111011 | 110110 | 111100 | 0 | 111000 | 110011 | 110100 | 101100011 | 100111 | 100011 |
Color Harmonies of #7B363C
Complementary color
Monochromatic Colors of #7B363C
Black with #7B363C
Text Example
Text Example
White with #7B363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B363C; }
p { color: rgb(123,54,60); }
H1.HeaderClassName
{
color: #7B363C;
}
.AnyTagClassName
{
color: #7B363C;
}
</style>
background-color css
<style>
a { background-color: #7B363C; }
a { background-color: rgb(123,54,60); }
div.DivClassName
{
background-color: #7B363C;
}
.BgClassName
{
background-color: #7B363C;
}
</style>
border-color css
<style>
span { border-color: #7B363C; }
span { border-color: rgb(123,54,60); }
td.TdClassName
{
border-color: #7B363C;
}
.TagClassName
{
border-color: #7B363C;
}
</style>