Shades of Merlot #76303A
Tints of Merlot #76303A
RGB
CMYK
RGB Variations
Color information
#76303A (or 0x76303A) is known color: Merlot. HEX triplet: 76, 30 and 3A. RGB value is (118,48,58). Sum of RGB (Red+Green+Blue) = 118+48+58=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #76303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76303A is #89CFC5. Grayscale: #464646. Windows color (decimal): -9031622 or 3813494. OLE color: 3813494.
HSL color Cylindrical-coordinate representation of color #76303A: hue angle of 351.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76303A is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 48 | 58 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.54 |
| HSL | 351.43º | 0.42% | 0.33% | - |
| HSV(B) | 351.43º | 0.59% | 0.46% | - |
| XYZ | 9.29 | 6.27 | 4.72 | - |
| YUV | 70.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 58 | 0 | 0.59 | 0.51 | 0.54 | 351.43 | 0.42 | 0.33 |
| Hex | 76 | 30 | 3A | 0 | 3B | 33 | 36 | 15F | 2A | 21 |
| Octal | 166 | 60 | 72 | 0 | 73 | 63 | 66 | 537 | 52 | 41 |
| Binary | 1110110 | 110000 | 111010 | 0 | 111011 | 110011 | 110110 | 101011111 | 101010 | 100001 |
Color Harmonies of #76303A
Complementary color
Monochromatic Colors of #76303A
Black with #76303A
Text Example
Text Example
White with #76303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76303A; }
p { color: rgb(118,48,58); }
H1.HeaderClassName
{
color: #76303A;
}
.AnyTagClassName
{
color: #76303A;
}
</style>
background-color css
<style>
a { background-color: #76303A; }
a { background-color: rgb(118,48,58); }
div.DivClassName
{
background-color: #76303A;
}
.BgClassName
{
background-color: #76303A;
}
</style>
border-color css
<style>
span { border-color: #76303A; }
span { border-color: rgb(118,48,58); }
td.TdClassName
{
border-color: #76303A;
}
.TagClassName
{
border-color: #76303A;
}
</style>