Shades of Merlot #763637
Tints of Merlot #763637
RGB
CMYK
RGB Variations
Color information
#763637 (or 0x763637) is known color: Merlot. HEX triplet: 76, 36 and 37. RGB value is (118,54,55). Sum of RGB (Red+Green+Blue) = 118+54+55=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763637 is #89C9C8. Grayscale: #494949. Windows color (decimal): -9030089 or 3618422. OLE color: 3618422.
HSL color Cylindrical-coordinate representation of color #763637: hue angle of 359.06º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #763637 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 55 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.54 |
| HSL | 359.06º | 0.37% | 0.34% | - |
| HSV(B) | 359.06º | 0.54% | 0.46% | - |
| XYZ | 9.48 | 6.77 | 4.42 | - |
| YUV | 73.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 55 | 0 | 0.54 | 0.53 | 0.54 | 359.06 | 0.37 | 0.34 |
| Hex | 76 | 36 | 37 | 0 | 36 | 35 | 36 | 167 | 25 | 22 |
| Octal | 166 | 66 | 67 | 0 | 66 | 65 | 66 | 547 | 45 | 42 |
| Binary | 1110110 | 110110 | 110111 | 0 | 110110 | 110101 | 110110 | 101100111 | 100101 | 100010 |
Color Harmonies of #763637
Complementary color
Monochromatic Colors of #763637
Black with #763637
Text Example
Text Example
White with #763637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763637; }
p { color: rgb(118,54,55); }
H1.HeaderClassName
{
color: #763637;
}
.AnyTagClassName
{
color: #763637;
}
</style>
background-color css
<style>
a { background-color: #763637; }
a { background-color: rgb(118,54,55); }
div.DivClassName
{
background-color: #763637;
}
.BgClassName
{
background-color: #763637;
}
</style>
border-color css
<style>
span { border-color: #763637; }
span { border-color: rgb(118,54,55); }
td.TdClassName
{
border-color: #763637;
}
.TagClassName
{
border-color: #763637;
}
</style>