Shades of Maroon #760B00
Tints of Maroon #760B00
RGB
CMYK
RGB Variations
Color information
#760B00 (or 0x760B00) is known color: Maroon. HEX triplet: 76, 0B and 00. RGB value is (118,11,0). Sum of RGB (Red+Green+Blue) = 118+11+0=129 (17% of max value = 765). Red value is 118 (46.48% from 255 or 91.47% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 118 - color contains mainly: red. Hex color #760B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B00 is #89F4FF. Grayscale: #292929. Windows color (decimal): -9041152 or 2934. OLE color: 2934.
HSL color Cylindrical-coordinate representation of color #760B00: hue angle of 5.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760B00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.54 |
| HSL | 5.59º | 1% | 0.23% | - |
| HSV(B) | 5.59º | 1% | 0.46% | - |
| XYZ | 7.59 | 4.09 | 0.39 | - |
| YUV | 41.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 0 | 0 | 0.91 | 1 | 0.54 | 5.59 | 1 | 0.23 |
| Hex | 76 | B | 0 | 0 | 5B | 64 | 36 | 6 | 64 | 17 |
| Octal | 166 | 13 | 0 | 0 | 133 | 144 | 66 | 6 | 144 | 27 |
| Binary | 1110110 | 1011 | 0 | 0 | 1011011 | 1100100 | 110110 | 110 | 1100100 | 10111 |
Color Harmonies of #760B00
Complementary color
Monochromatic Colors of #760B00
Black with #760B00
Text Example
Text Example
White with #760B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B00; }
p { color: rgb(118,11,0); }
H1.HeaderClassName
{
color: #760B00;
}
.AnyTagClassName
{
color: #760B00;
}
</style>
background-color css
<style>
a { background-color: #760B00; }
a { background-color: rgb(118,11,0); }
div.DivClassName
{
background-color: #760B00;
}
.BgClassName
{
background-color: #760B00;
}
</style>
border-color css
<style>
span { border-color: #760B00; }
span { border-color: rgb(118,11,0); }
td.TdClassName
{
border-color: #760B00;
}
.TagClassName
{
border-color: #760B00;
}
</style>