Shades of Merlot #76353E
Tints of Merlot #76353E
RGB
CMYK
RGB Variations
Color information
#76353E (or 0x76353E) is known color: Merlot. HEX triplet: 76, 35 and 3E. RGB value is (118,53,62). Sum of RGB (Red+Green+Blue) = 118+53+62=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76353E is #89CAC1. Grayscale: #494949. Windows color (decimal): -9030338 or 4076918. OLE color: 4076918.
HSL color Cylindrical-coordinate representation of color #76353E: hue angle of 351.69º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76353E is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 62 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.54 |
| HSL | 351.69º | 0.38% | 0.34% | - |
| HSV(B) | 351.69º | 0.55% | 0.46% | - |
| XYZ | 9.61 | 6.75 | 5.35 | - |
| YUV | 73.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 62 | 0 | 0.55 | 0.47 | 0.54 | 351.69 | 0.38 | 0.34 |
| Hex | 76 | 35 | 3E | 0 | 37 | 2F | 36 | 160 | 26 | 22 |
| Octal | 166 | 65 | 76 | 0 | 67 | 57 | 66 | 540 | 46 | 42 |
| Binary | 1110110 | 110101 | 111110 | 0 | 110111 | 101111 | 110110 | 101100000 | 100110 | 100010 |
Color Harmonies of #76353E
Complementary color
Monochromatic Colors of #76353E
Black with #76353E
Text Example
Text Example
White with #76353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76353E; }
p { color: rgb(118,53,62); }
H1.HeaderClassName
{
color: #76353E;
}
.AnyTagClassName
{
color: #76353E;
}
</style>
background-color css
<style>
a { background-color: #76353E; }
a { background-color: rgb(118,53,62); }
div.DivClassName
{
background-color: #76353E;
}
.BgClassName
{
background-color: #76353E;
}
</style>
border-color css
<style>
span { border-color: #76353E; }
span { border-color: rgb(118,53,62); }
td.TdClassName
{
border-color: #76353E;
}
.TagClassName
{
border-color: #76353E;
}
</style>