Shades of Maroon #7A0700
Tints of Maroon #7A0700
RGB
CMYK
RGB Variations
Color information
#7A0700 (or 0x7A0700) is known color: Maroon. HEX triplet: 7A, 07 and 00. RGB value is (122,7,0). Sum of RGB (Red+Green+Blue) = 122+7+0=129 (17% of max value = 765). Red value is 122 (48.05% from 255 or 94.57% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0700 is #85F8FF. Grayscale: #282828. Windows color (decimal): -8780032 or 1914. OLE color: 1914.
HSL color Cylindrical-coordinate representation of color #7A0700: hue angle of 3.44º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0700 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.52 |
| HSL | 3.44º | 1% | 0.24% | - |
| HSV(B) | 3.44º | 1% | 0.48% | - |
| XYZ | 8.1 | 4.29 | 0.4 | - |
| YUV | 40.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 0 | 0 | 0.94 | 1 | 0.52 | 3.44 | 1 | 0.24 |
| Hex | 7A | 7 | 0 | 0 | 5E | 64 | 34 | 3 | 64 | 18 |
| Octal | 172 | 7 | 0 | 0 | 136 | 144 | 64 | 3 | 144 | 30 |
| Binary | 1111010 | 111 | 0 | 0 | 1011110 | 1100100 | 110100 | 11 | 1100100 | 11000 |
Color Harmonies of #7A0700
Complementary color
Monochromatic Colors of #7A0700
Black with #7A0700
Text Example
Text Example
White with #7A0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0700; }
p { color: rgb(122,7,0); }
H1.HeaderClassName
{
color: #7A0700;
}
.AnyTagClassName
{
color: #7A0700;
}
</style>
background-color css
<style>
a { background-color: #7A0700; }
a { background-color: rgb(122,7,0); }
div.DivClassName
{
background-color: #7A0700;
}
.BgClassName
{
background-color: #7A0700;
}
</style>
border-color css
<style>
span { border-color: #7A0700; }
span { border-color: rgb(122,7,0); }
td.TdClassName
{
border-color: #7A0700;
}
.TagClassName
{
border-color: #7A0700;
}
</style>