Shades of Merlot #76383E
Tints of Merlot #76383E
RGB
CMYK
RGB Variations
Color information
#76383E (or 0x76383E) is known color: Merlot. HEX triplet: 76, 38 and 3E. RGB value is (118,56,62). Sum of RGB (Red+Green+Blue) = 118+56+62=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76383E is #89C7C1. Grayscale: #4B4B4B. Windows color (decimal): -9029570 or 4077686. OLE color: 4077686.
HSL color Cylindrical-coordinate representation of color #76383E: hue angle of 354.19º 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 #76383E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 62 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.54 |
| HSL | 354.19º | 0.36% | 0.34% | - |
| HSV(B) | 354.19º | 0.53% | 0.46% | - |
| XYZ | 9.75 | 7.03 | 5.4 | - |
| YUV | 75.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 62 | 0 | 0.53 | 0.47 | 0.54 | 354.19 | 0.36 | 0.34 |
| Hex | 76 | 38 | 3E | 0 | 35 | 2F | 36 | 162 | 24 | 22 |
| Octal | 166 | 70 | 76 | 0 | 65 | 57 | 66 | 542 | 44 | 42 |
| Binary | 1110110 | 111000 | 111110 | 0 | 110101 | 101111 | 110110 | 101100010 | 100100 | 100010 |
Color Harmonies of #76383E
Complementary color
Monochromatic Colors of #76383E
Black with #76383E
Text Example
Text Example
White with #76383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76383E; }
p { color: rgb(118,56,62); }
H1.HeaderClassName
{
color: #76383E;
}
.AnyTagClassName
{
color: #76383E;
}
</style>
background-color css
<style>
a { background-color: #76383E; }
a { background-color: rgb(118,56,62); }
div.DivClassName
{
background-color: #76383E;
}
.BgClassName
{
background-color: #76383E;
}
</style>
border-color css
<style>
span { border-color: #76383E; }
span { border-color: rgb(118,56,62); }
td.TdClassName
{
border-color: #76383E;
}
.TagClassName
{
border-color: #76383E;
}
</style>