Shades of Merlot #76343B
Tints of Merlot #76343B
RGB
CMYK
RGB Variations
Color information
#76343B (or 0x76343B) is known color: Merlot. HEX triplet: 76, 34 and 3B. RGB value is (118,52,59). Sum of RGB (Red+Green+Blue) = 118+52+59=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76343B is #89CBC4. Grayscale: #484848. Windows color (decimal): -9030597 or 3880054. OLE color: 3880054.
HSL color Cylindrical-coordinate representation of color #76343B: hue angle of 353.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76343B is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 59 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.54 |
| HSL | 353.64º | 0.39% | 0.33% | - |
| HSV(B) | 353.64º | 0.56% | 0.46% | - |
| XYZ | 9.49 | 6.62 | 4.92 | - |
| YUV | 72.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 59 | 0 | 0.56 | 0.50 | 0.54 | 353.64 | 0.39 | 0.33 |
| Hex | 76 | 34 | 3B | 0 | 38 | 32 | 36 | 162 | 27 | 21 |
| Octal | 166 | 64 | 73 | 0 | 70 | 62 | 66 | 542 | 47 | 41 |
| Binary | 1110110 | 110100 | 111011 | 0 | 111000 | 110010 | 110110 | 101100010 | 100111 | 100001 |
Color Harmonies of #76343B
Complementary color
Monochromatic Colors of #76343B
Black with #76343B
Text Example
Text Example
White with #76343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76343B; }
p { color: rgb(118,52,59); }
H1.HeaderClassName
{
color: #76343B;
}
.AnyTagClassName
{
color: #76343B;
}
</style>
background-color css
<style>
a { background-color: #76343B; }
a { background-color: rgb(118,52,59); }
div.DivClassName
{
background-color: #76343B;
}
.BgClassName
{
background-color: #76343B;
}
</style>
border-color css
<style>
span { border-color: #76343B; }
span { border-color: rgb(118,52,59); }
td.TdClassName
{
border-color: #76343B;
}
.TagClassName
{
border-color: #76343B;
}
</style>