Shades of Maroon #7C0700
Tints of Maroon #7C0700
RGB
CMYK
RGB Variations
Color information
#7C0700 (or 0x7C0700) is known color: Maroon. HEX triplet: 7C, 07 and 00. RGB value is (124,7,0). Sum of RGB (Red+Green+Blue) = 124+7+0=131 (17% of max value = 765). Red value is 124 (48.83% from 255 or 94.66% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0700 is #83F8FF. Grayscale: #292929. Windows color (decimal): -8648960 or 1916. OLE color: 1916.
HSL color Cylindrical-coordinate representation of color #7C0700: hue angle of 3.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0700 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 7 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.51 |
| HSL | 3.39º | 1% | 0.24% | - |
| HSV(B) | 3.39º | 1% | 0.49% | - |
| XYZ | 8.39 | 4.44 | 0.41 | - |
| YUV | 41.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 0 | 0 | 0.94 | 1 | 0.51 | 3.39 | 1 | 0.24 |
| Hex | 7C | 7 | 0 | 0 | 5E | 64 | 33 | 3 | 64 | 18 |
| Octal | 174 | 7 | 0 | 0 | 136 | 144 | 63 | 3 | 144 | 30 |
| Binary | 1111100 | 111 | 0 | 0 | 1011110 | 1100100 | 110011 | 11 | 1100100 | 11000 |
Color Harmonies of #7C0700
Complementary color
Monochromatic Colors of #7C0700
Black with #7C0700
Text Example
Text Example
White with #7C0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0700; }
p { color: rgb(124,7,0); }
H1.HeaderClassName
{
color: #7C0700;
}
.AnyTagClassName
{
color: #7C0700;
}
</style>
background-color css
<style>
a { background-color: #7C0700; }
a { background-color: rgb(124,7,0); }
div.DivClassName
{
background-color: #7C0700;
}
.BgClassName
{
background-color: #7C0700;
}
</style>
border-color css
<style>
span { border-color: #7C0700; }
span { border-color: rgb(124,7,0); }
td.TdClassName
{
border-color: #7C0700;
}
.TagClassName
{
border-color: #7C0700;
}
</style>