Shades of Maroon #760A00
Tints of Maroon #760A00
RGB
CMYK
RGB Variations
Color information
#760A00 (or 0x760A00) is known color: Maroon. HEX triplet: 76, 0A and 00. RGB value is (118,10,0). Sum of RGB (Red+Green+Blue) = 118+10+0=128 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.19% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 118 - color contains mainly: red. Hex color #760A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A00 is #89F5FF. Grayscale: #292929. Windows color (decimal): -9041408 or 2678. OLE color: 2678.
HSL color Cylindrical-coordinate representation of color #760A00: hue angle of 5.08º 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 #760A00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.54 |
| HSL | 5.08º | 1% | 0.23% | - |
| HSV(B) | 5.08º | 1% | 0.46% | - |
| XYZ | 7.58 | 4.07 | 0.39 | - |
| YUV | 41.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 0 | 0 | 0.92 | 1 | 0.54 | 5.08 | 1 | 0.23 |
| Hex | 76 | A | 0 | 0 | 5C | 64 | 36 | 5 | 64 | 17 |
| Octal | 166 | 12 | 0 | 0 | 134 | 144 | 66 | 5 | 144 | 27 |
| Binary | 1110110 | 1010 | 0 | 0 | 1011100 | 1100100 | 110110 | 101 | 1100100 | 10111 |
Color Harmonies of #760A00
Complementary color
Monochromatic Colors of #760A00
Black with #760A00
Text Example
Text Example
White with #760A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A00; }
p { color: rgb(118,10,0); }
H1.HeaderClassName
{
color: #760A00;
}
.AnyTagClassName
{
color: #760A00;
}
</style>
background-color css
<style>
a { background-color: #760A00; }
a { background-color: rgb(118,10,0); }
div.DivClassName
{
background-color: #760A00;
}
.BgClassName
{
background-color: #760A00;
}
</style>
border-color css
<style>
span { border-color: #760A00; }
span { border-color: rgb(118,10,0); }
td.TdClassName
{
border-color: #760A00;
}
.TagClassName
{
border-color: #760A00;
}
</style>