Shades of Maroon #780F00
Tints of Maroon #780F00
RGB
CMYK
RGB Variations
Color information
#780F00 (or 0x780F00) is known color: Maroon. HEX triplet: 78, 0F and 00. RGB value is (120,15,0). Sum of RGB (Red+Green+Blue) = 120+15+0=135 (17% of max value = 765). Red value is 120 (47.27% from 255 or 88.89% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 120 - color contains mainly: red. Hex color #780F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F00 is #87F0FF. Grayscale: #2C2C2C. Windows color (decimal): -8909056 or 3960. OLE color: 3960.
HSL color Cylindrical-coordinate representation of color #780F00: hue angle of 7.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.53 |
| HSL | 7.5º | 1% | 0.24% | - |
| HSV(B) | 7.5º | 1% | 0.47% | - |
| XYZ | 7.92 | 4.33 | 0.42 | - |
| YUV | 44.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 0 | 0 | 0.87 | 1 | 0.53 | 7.5 | 1 | 0.24 |
| Hex | 78 | F | 0 | 0 | 57 | 64 | 35 | 8 | 64 | 18 |
| Octal | 170 | 17 | 0 | 0 | 127 | 144 | 65 | 10 | 144 | 30 |
| Binary | 1111000 | 1111 | 0 | 0 | 1010111 | 1100100 | 110101 | 1000 | 1100100 | 11000 |
Color Harmonies of #780F00
Complementary color
Monochromatic Colors of #780F00
Black with #780F00
Text Example
Text Example
White with #780F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F00; }
p { color: rgb(120,15,0); }
H1.HeaderClassName
{
color: #780F00;
}
.AnyTagClassName
{
color: #780F00;
}
</style>
background-color css
<style>
a { background-color: #780F00; }
a { background-color: rgb(120,15,0); }
div.DivClassName
{
background-color: #780F00;
}
.BgClassName
{
background-color: #780F00;
}
</style>
border-color css
<style>
span { border-color: #780F00; }
span { border-color: rgb(120,15,0); }
td.TdClassName
{
border-color: #780F00;
}
.TagClassName
{
border-color: #780F00;
}
</style>