Shades of Maroon #760E04
Tints of Maroon #760E04
RGB
CMYK
RGB Variations
Color information
#760E04 (or 0x760E04) is known color: Maroon. HEX triplet: 76, 0E and 04. RGB value is (118,14,4). Sum of RGB (Red+Green+Blue) = 118+14+4=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #760E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E04 is #89F1FB. Grayscale: #2C2C2C. Windows color (decimal): -9040380 or 265846. OLE color: 265846.
HSL color Cylindrical-coordinate representation of color #760E04: hue angle of 5.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760E04 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 4 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.54 |
| HSL | 5.26º | 0.93% | 0.24% | - |
| HSV(B) | 5.26º | 0.97% | 0.46% | - |
| XYZ | 7.65 | 4.17 | 0.52 | - |
| YUV | 43.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 4 | 0 | 0.88 | 0.97 | 0.54 | 5.26 | 0.93 | 0.24 |
| Hex | 76 | E | 4 | 0 | 58 | 61 | 36 | 5 | 5D | 18 |
| Octal | 166 | 16 | 4 | 0 | 130 | 141 | 66 | 5 | 135 | 30 |
| Binary | 1110110 | 1110 | 100 | 0 | 1011000 | 1100001 | 110110 | 101 | 1011101 | 11000 |
Color Harmonies of #760E04
Complementary color
Monochromatic Colors of #760E04
Black with #760E04
Text Example
Text Example
White with #760E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E04; }
p { color: rgb(118,14,4); }
H1.HeaderClassName
{
color: #760E04;
}
.AnyTagClassName
{
color: #760E04;
}
</style>
background-color css
<style>
a { background-color: #760E04; }
a { background-color: rgb(118,14,4); }
div.DivClassName
{
background-color: #760E04;
}
.BgClassName
{
background-color: #760E04;
}
</style>
border-color css
<style>
span { border-color: #760E04; }
span { border-color: rgb(118,14,4); }
td.TdClassName
{
border-color: #760E04;
}
.TagClassName
{
border-color: #760E04;
}
</style>