Shades of Maroon #760C04
Tints of Maroon #760C04
RGB
CMYK
RGB Variations
Color information
#760C04 (or 0x760C04) is known color: Maroon. HEX triplet: 76, 0C and 04. RGB value is (118,12,4). Sum of RGB (Red+Green+Blue) = 118+12+4=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #760C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C04 is #89F3FB. Grayscale: #2A2A2A. Windows color (decimal): -9040892 or 265334. OLE color: 265334.
HSL color Cylindrical-coordinate representation of color #760C04: hue angle of 4.21º 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 #760C04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 4 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.54 |
| HSL | 4.21º | 0.93% | 0.24% | - |
| HSV(B) | 4.21º | 0.97% | 0.46% | - |
| XYZ | 7.62 | 4.12 | 0.51 | - |
| YUV | 42.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 4 | 0 | 0.90 | 0.97 | 0.54 | 4.21 | 0.93 | 0.24 |
| Hex | 76 | C | 4 | 0 | 5A | 61 | 36 | 4 | 5D | 18 |
| Octal | 166 | 14 | 4 | 0 | 132 | 141 | 66 | 4 | 135 | 30 |
| Binary | 1110110 | 1100 | 100 | 0 | 1011010 | 1100001 | 110110 | 100 | 1011101 | 11000 |
Color Harmonies of #760C04
Complementary color
Monochromatic Colors of #760C04
Black with #760C04
Text Example
Text Example
White with #760C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C04; }
p { color: rgb(118,12,4); }
H1.HeaderClassName
{
color: #760C04;
}
.AnyTagClassName
{
color: #760C04;
}
</style>
background-color css
<style>
a { background-color: #760C04; }
a { background-color: rgb(118,12,4); }
div.DivClassName
{
background-color: #760C04;
}
.BgClassName
{
background-color: #760C04;
}
</style>
border-color css
<style>
span { border-color: #760C04; }
span { border-color: rgb(118,12,4); }
td.TdClassName
{
border-color: #760C04;
}
.TagClassName
{
border-color: #760C04;
}
</style>