Shades of Maroon #781007
Tints of Maroon #781007
RGB
CMYK
RGB Variations
Color information
#781007 (or 0x781007) is known color: Maroon. HEX triplet: 78, 10 and 07. RGB value is (120,16,7). Sum of RGB (Red+Green+Blue) = 120+16+7=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781007 is #87EFF8. Grayscale: #2E2E2E. Windows color (decimal): -8908793 or 462968. OLE color: 462968.
HSL color Cylindrical-coordinate representation of color #781007: hue angle of 4.78º 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 #781007 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 7 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.53 |
| HSL | 4.78º | 0.89% | 0.25% | - |
| HSV(B) | 4.78º | 0.94% | 0.47% | - |
| XYZ | 7.97 | 4.38 | 0.63 | - |
| YUV | 46.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 7 | 0 | 0.87 | 0.94 | 0.53 | 4.78 | 0.89 | 0.25 |
| Hex | 78 | 10 | 7 | 0 | 57 | 5E | 35 | 5 | 59 | 19 |
| Octal | 170 | 20 | 7 | 0 | 127 | 136 | 65 | 5 | 131 | 31 |
| Binary | 1111000 | 10000 | 111 | 0 | 1010111 | 1011110 | 110101 | 101 | 1011001 | 11001 |
Color Harmonies of #781007
Complementary color
Monochromatic Colors of #781007
Black with #781007
Text Example
Text Example
White with #781007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781007; }
p { color: rgb(120,16,7); }
H1.HeaderClassName
{
color: #781007;
}
.AnyTagClassName
{
color: #781007;
}
</style>
background-color css
<style>
a { background-color: #781007; }
a { background-color: rgb(120,16,7); }
div.DivClassName
{
background-color: #781007;
}
.BgClassName
{
background-color: #781007;
}
</style>
border-color css
<style>
span { border-color: #781007; }
span { border-color: rgb(120,16,7); }
td.TdClassName
{
border-color: #781007;
}
.TagClassName
{
border-color: #781007;
}
</style>