Shades of Maroon #760E06
Tints of Maroon #760E06
RGB
CMYK
RGB Variations
Color information
#760E06 (or 0x760E06) is known color: Maroon. HEX triplet: 76, 0E and 06. RGB value is (118,14,6). Sum of RGB (Red+Green+Blue) = 118+14+6=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #760E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E06 is #89F1F9. Grayscale: #2C2C2C. Windows color (decimal): -9040378 or 396918. OLE color: 396918.
HSL color Cylindrical-coordinate representation of color #760E06: hue angle of 4.29º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760E06 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 6 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.54 |
| HSL | 4.29º | 0.9% | 0.24% | - |
| HSV(B) | 4.29º | 0.95% | 0.46% | - |
| XYZ | 7.66 | 4.18 | 0.58 | - |
| YUV | 44.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 6 | 0 | 0.88 | 0.95 | 0.54 | 4.29 | 0.9 | 0.24 |
| Hex | 76 | E | 6 | 0 | 58 | 5F | 36 | 4 | 5A | 18 |
| Octal | 166 | 16 | 6 | 0 | 130 | 137 | 66 | 4 | 132 | 30 |
| Binary | 1110110 | 1110 | 110 | 0 | 1011000 | 1011111 | 110110 | 100 | 1011010 | 11000 |
Color Harmonies of #760E06
Complementary color
Monochromatic Colors of #760E06
Black with #760E06
Text Example
Text Example
White with #760E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E06; }
p { color: rgb(118,14,6); }
H1.HeaderClassName
{
color: #760E06;
}
.AnyTagClassName
{
color: #760E06;
}
</style>
background-color css
<style>
a { background-color: #760E06; }
a { background-color: rgb(118,14,6); }
div.DivClassName
{
background-color: #760E06;
}
.BgClassName
{
background-color: #760E06;
}
</style>
border-color css
<style>
span { border-color: #760E06; }
span { border-color: rgb(118,14,6); }
td.TdClassName
{
border-color: #760E06;
}
.TagClassName
{
border-color: #760E06;
}
</style>