Shades of Maroon #760E08
Tints of Maroon #760E08
RGB
CMYK
RGB Variations
Color information
#760E08 (or 0x760E08) is known color: Maroon. HEX triplet: 76, 0E and 08. RGB value is (118,14,8). Sum of RGB (Red+Green+Blue) = 118+14+8=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E08 is #89F1F7. Grayscale: #2C2C2C. Windows color (decimal): -9040376 or 527990. OLE color: 527990.
HSL color Cylindrical-coordinate representation of color #760E08: hue angle of 3.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760E08 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 8 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.54 |
| HSL | 3.27º | 0.87% | 0.25% | - |
| HSV(B) | 3.27º | 0.93% | 0.46% | - |
| XYZ | 7.67 | 4.18 | 0.63 | - |
| YUV | 44.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 8 | 0 | 0.88 | 0.93 | 0.54 | 3.27 | 0.87 | 0.25 |
| Hex | 76 | E | 8 | 0 | 58 | 5D | 36 | 3 | 57 | 19 |
| Octal | 166 | 16 | 10 | 0 | 130 | 135 | 66 | 3 | 127 | 31 |
| Binary | 1110110 | 1110 | 1000 | 0 | 1011000 | 1011101 | 110110 | 11 | 1010111 | 11001 |
Color Harmonies of #760E08
Complementary color
Monochromatic Colors of #760E08
Black with #760E08
Text Example
Text Example
White with #760E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E08; }
p { color: rgb(118,14,8); }
H1.HeaderClassName
{
color: #760E08;
}
.AnyTagClassName
{
color: #760E08;
}
</style>
background-color css
<style>
a { background-color: #760E08; }
a { background-color: rgb(118,14,8); }
div.DivClassName
{
background-color: #760E08;
}
.BgClassName
{
background-color: #760E08;
}
</style>
border-color css
<style>
span { border-color: #760E08; }
span { border-color: rgb(118,14,8); }
td.TdClassName
{
border-color: #760E08;
}
.TagClassName
{
border-color: #760E08;
}
</style>