Shades of Maroon #780C07
Tints of Maroon #780C07
RGB
CMYK
RGB Variations
Color information
#780C07 (or 0x780C07) is known color: Maroon. HEX triplet: 78, 0C and 07. RGB value is (120,12,7). Sum of RGB (Red+Green+Blue) = 120+12+7=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #780C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C07 is #87F3F8. Grayscale: #2B2B2B. Windows color (decimal): -8909817 or 461944. OLE color: 461944.
HSL color Cylindrical-coordinate representation of color #780C07: hue angle of 2.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780C07 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 7 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.53 |
| HSL | 2.65º | 0.89% | 0.25% | - |
| HSV(B) | 2.65º | 0.94% | 0.47% | - |
| XYZ | 7.92 | 4.27 | 0.61 | - |
| YUV | 43.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 7 | 0 | 0.90 | 0.94 | 0.53 | 2.65 | 0.89 | 0.25 |
| Hex | 78 | C | 7 | 0 | 5A | 5E | 35 | 3 | 59 | 19 |
| Octal | 170 | 14 | 7 | 0 | 132 | 136 | 65 | 3 | 131 | 31 |
| Binary | 1111000 | 1100 | 111 | 0 | 1011010 | 1011110 | 110101 | 11 | 1011001 | 11001 |
Color Harmonies of #780C07
Complementary color
Monochromatic Colors of #780C07
Black with #780C07
Text Example
Text Example
White with #780C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C07; }
p { color: rgb(120,12,7); }
H1.HeaderClassName
{
color: #780C07;
}
.AnyTagClassName
{
color: #780C07;
}
</style>
background-color css
<style>
a { background-color: #780C07; }
a { background-color: rgb(120,12,7); }
div.DivClassName
{
background-color: #780C07;
}
.BgClassName
{
background-color: #780C07;
}
</style>
border-color css
<style>
span { border-color: #780C07; }
span { border-color: rgb(120,12,7); }
td.TdClassName
{
border-color: #780C07;
}
.TagClassName
{
border-color: #780C07;
}
</style>