Shades of Maroon #7C0702
Tints of Maroon #7C0702
RGB
CMYK
RGB Variations
Color information
#7C0702 (or 0x7C0702) is known color: Maroon. HEX triplet: 7C, 07 and 02. RGB value is (124,7,2). Sum of RGB (Red+Green+Blue) = 124+7+2=133 (17% of max value = 765). Red value is 124 (48.83% from 255 or 93.23% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0702 is #83F8FD. Grayscale: #292929. Windows color (decimal): -8648958 or 132988. OLE color: 132988.
HSL color Cylindrical-coordinate representation of color #7C0702: hue angle of 2.46º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0702 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 7 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.51 |
| HSL | 2.46º | 0.97% | 0.25% | - |
| HSV(B) | 2.46º | 0.98% | 0.49% | - |
| XYZ | 8.4 | 4.44 | 0.47 | - |
| YUV | 41.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 2 | 0 | 0.94 | 0.98 | 0.51 | 2.46 | 0.97 | 0.25 |
| Hex | 7C | 7 | 2 | 0 | 5E | 62 | 33 | 2 | 61 | 19 |
| Octal | 174 | 7 | 2 | 0 | 136 | 142 | 63 | 2 | 141 | 31 |
| Binary | 1111100 | 111 | 10 | 0 | 1011110 | 1100010 | 110011 | 10 | 1100001 | 11001 |
Color Harmonies of #7C0702
Complementary color
Monochromatic Colors of #7C0702
Black with #7C0702
Text Example
Text Example
White with #7C0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0702; }
p { color: rgb(124,7,2); }
H1.HeaderClassName
{
color: #7C0702;
}
.AnyTagClassName
{
color: #7C0702;
}
</style>
background-color css
<style>
a { background-color: #7C0702; }
a { background-color: rgb(124,7,2); }
div.DivClassName
{
background-color: #7C0702;
}
.BgClassName
{
background-color: #7C0702;
}
</style>
border-color css
<style>
span { border-color: #7C0702; }
span { border-color: rgb(124,7,2); }
td.TdClassName
{
border-color: #7C0702;
}
.TagClassName
{
border-color: #7C0702;
}
</style>