Shades of Merlot #76383C
Tints of Merlot #76383C
RGB
CMYK
RGB Variations
Color information
#76383C (or 0x76383C) is known color: Merlot. HEX triplet: 76, 38 and 3C. RGB value is (118,56,60). Sum of RGB (Red+Green+Blue) = 118+56+60=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76383C is #89C7C3. Grayscale: #4B4B4B. Windows color (decimal): -9029572 or 3946614. OLE color: 3946614.
HSL color Cylindrical-coordinate representation of color #76383C: hue angle of 356.13º 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 #76383C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 60 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.54 |
| HSL | 356.13º | 0.36% | 0.34% | - |
| HSV(B) | 356.13º | 0.53% | 0.46% | - |
| XYZ | 9.7 | 7.01 | 5.12 | - |
| YUV | 74.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 60 | 0 | 0.53 | 0.49 | 0.54 | 356.13 | 0.36 | 0.34 |
| Hex | 76 | 38 | 3C | 0 | 35 | 31 | 36 | 164 | 24 | 22 |
| Octal | 166 | 70 | 74 | 0 | 65 | 61 | 66 | 544 | 44 | 42 |
| Binary | 1110110 | 111000 | 111100 | 0 | 110101 | 110001 | 110110 | 101100100 | 100100 | 100010 |
Color Harmonies of #76383C
Complementary color
Monochromatic Colors of #76383C
Black with #76383C
Text Example
Text Example
White with #76383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76383C; }
p { color: rgb(118,56,60); }
H1.HeaderClassName
{
color: #76383C;
}
.AnyTagClassName
{
color: #76383C;
}
</style>
background-color css
<style>
a { background-color: #76383C; }
a { background-color: rgb(118,56,60); }
div.DivClassName
{
background-color: #76383C;
}
.BgClassName
{
background-color: #76383C;
}
</style>
border-color css
<style>
span { border-color: #76383C; }
span { border-color: rgb(118,56,60); }
td.TdClassName
{
border-color: #76383C;
}
.TagClassName
{
border-color: #76383C;
}
</style>