Shades of Maroon #781107
Tints of Maroon #781107
RGB
CMYK
RGB Variations
Color information
#781107 (or 0x781107) is known color: Maroon. HEX triplet: 78, 11 and 07. RGB value is (120,17,7). Sum of RGB (Red+Green+Blue) = 120+17+7=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #781107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781107 is #87EEF8. Grayscale: #2E2E2E. Windows color (decimal): -8908537 or 463224. OLE color: 463224.
HSL color Cylindrical-coordinate representation of color #781107: hue angle of 5.31º 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 #781107 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 7 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.53 |
| HSL | 5.31º | 0.89% | 0.25% | - |
| HSV(B) | 5.31º | 0.94% | 0.47% | - |
| XYZ | 7.98 | 4.41 | 0.63 | - |
| YUV | 46.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 7 | 0 | 0.86 | 0.94 | 0.53 | 5.31 | 0.89 | 0.25 |
| Hex | 78 | 11 | 7 | 0 | 56 | 5E | 35 | 5 | 59 | 19 |
| Octal | 170 | 21 | 7 | 0 | 126 | 136 | 65 | 5 | 131 | 31 |
| Binary | 1111000 | 10001 | 111 | 0 | 1010110 | 1011110 | 110101 | 101 | 1011001 | 11001 |
Color Harmonies of #781107
Complementary color
Monochromatic Colors of #781107
Black with #781107
Text Example
Text Example
White with #781107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781107; }
p { color: rgb(120,17,7); }
H1.HeaderClassName
{
color: #781107;
}
.AnyTagClassName
{
color: #781107;
}
</style>
background-color css
<style>
a { background-color: #781107; }
a { background-color: rgb(120,17,7); }
div.DivClassName
{
background-color: #781107;
}
.BgClassName
{
background-color: #781107;
}
</style>
border-color css
<style>
span { border-color: #781107; }
span { border-color: rgb(120,17,7); }
td.TdClassName
{
border-color: #781107;
}
.TagClassName
{
border-color: #781107;
}
</style>