Shades of Merlot #763843
Tints of Merlot #763843
RGB
CMYK
RGB Variations
Color information
#763843 (or 0x763843) is known color: Merlot. HEX triplet: 76, 38 and 43. RGB value is (118,56,67). Sum of RGB (Red+Green+Blue) = 118+56+67=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763843 is #89C7BC. Grayscale: #4B4B4B. Windows color (decimal): -9029565 or 4405366. OLE color: 4405366.
HSL color Cylindrical-coordinate representation of color #763843: hue angle of 349.35º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #763843 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 67 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.54 |
| HSL | 349.35º | 0.36% | 0.34% | - |
| HSV(B) | 349.35º | 0.53% | 0.46% | - |
| XYZ | 9.9 | 7.09 | 6.16 | - |
| YUV | 75.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 67 | 0 | 0.53 | 0.43 | 0.54 | 349.35 | 0.36 | 0.34 |
| Hex | 76 | 38 | 43 | 0 | 35 | 2B | 36 | 15D | 24 | 22 |
| Octal | 166 | 70 | 103 | 0 | 65 | 53 | 66 | 535 | 44 | 42 |
| Binary | 1110110 | 111000 | 1000011 | 0 | 110101 | 101011 | 110110 | 101011101 | 100100 | 100010 |
Color Harmonies of #763843
Complementary color
Monochromatic Colors of #763843
Black with #763843
Text Example
Text Example
White with #763843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763843; }
p { color: rgb(118,56,67); }
H1.HeaderClassName
{
color: #763843;
}
.AnyTagClassName
{
color: #763843;
}
</style>
background-color css
<style>
a { background-color: #763843; }
a { background-color: rgb(118,56,67); }
div.DivClassName
{
background-color: #763843;
}
.BgClassName
{
background-color: #763843;
}
</style>
border-color css
<style>
span { border-color: #763843; }
span { border-color: rgb(118,56,67); }
td.TdClassName
{
border-color: #763843;
}
.TagClassName
{
border-color: #763843;
}
</style>