Shades of Maroon #760B07
Tints of Maroon #760B07
RGB
CMYK
RGB Variations
Color information
#760B07 (or 0x760B07) is known color: Maroon. HEX triplet: 76, 0B and 07. RGB value is (118,11,7). Sum of RGB (Red+Green+Blue) = 118+11+7=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #760B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B07 is #89F4F8. Grayscale: #2A2A2A. Windows color (decimal): -9041145 or 461686. OLE color: 461686.
HSL color Cylindrical-coordinate representation of color #760B07: hue angle of 2.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760B07 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 7 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.54 |
| HSL | 2.16º | 0.89% | 0.25% | - |
| HSV(B) | 2.16º | 0.94% | 0.46% | - |
| XYZ | 7.63 | 4.11 | 0.59 | - |
| YUV | 42.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 7 | 0 | 0.91 | 0.94 | 0.54 | 2.16 | 0.89 | 0.25 |
| Hex | 76 | B | 7 | 0 | 5B | 5E | 36 | 2 | 59 | 19 |
| Octal | 166 | 13 | 7 | 0 | 133 | 136 | 66 | 2 | 131 | 31 |
| Binary | 1110110 | 1011 | 111 | 0 | 1011011 | 1011110 | 110110 | 10 | 1011001 | 11001 |
Color Harmonies of #760B07
Complementary color
Monochromatic Colors of #760B07
Black with #760B07
Text Example
Text Example
White with #760B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B07; }
p { color: rgb(118,11,7); }
H1.HeaderClassName
{
color: #760B07;
}
.AnyTagClassName
{
color: #760B07;
}
</style>
background-color css
<style>
a { background-color: #760B07; }
a { background-color: rgb(118,11,7); }
div.DivClassName
{
background-color: #760B07;
}
.BgClassName
{
background-color: #760B07;
}
</style>
border-color css
<style>
span { border-color: #760B07; }
span { border-color: rgb(118,11,7); }
td.TdClassName
{
border-color: #760B07;
}
.TagClassName
{
border-color: #760B07;
}
</style>