Shades of Maroon #770000
Tints of Maroon #770000
RGB
CMYK
RGB Variations
Color information
#770000 (or 0x770000) is known color: Maroon. HEX triplet: 77, 00 and 00. RGB value is (119,0,0). Sum of RGB (Red+Green+Blue) = 119+0+0=119 (15% of max value = 765). Red value is 119 (46.88% from 255 or 100% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 119 - color contains mainly: red. Hex color #770000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770000 is #88FFFF. Grayscale: #232323. Windows color (decimal): -8978432 or 119. OLE color: 119.
HSL color Cylindrical-coordinate representation of color #770000: hue angle of 0º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.53 |
| HSL | 0º | 1% | 0.23% | - |
| HSV(B) | 0º | 1% | 0.47% | - |
| XYZ | 7.61 | 3.92 | 0.36 | - |
| YUV | 35.58 | 107.92 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 0 | 0 | 1 | 1 | 0.53 | 0 | 1 | 0.23 |
| Hex | 77 | 0 | 0 | 0 | 64 | 64 | 35 | 0 | 64 | 17 |
| Octal | 167 | 0 | 0 | 0 | 144 | 144 | 65 | 0 | 144 | 27 |
| Binary | 1110111 | 0 | 0 | 0 | 1100100 | 1100100 | 110101 | 0 | 1100100 | 10111 |
Color Harmonies of #770000
Complementary color
Monochromatic Colors of #770000
Black with #770000
Text Example
Text Example
White with #770000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770000; }
p { color: rgb(119,0,0); }
H1.HeaderClassName
{
color: #770000;
}
.AnyTagClassName
{
color: #770000;
}
</style>
background-color css
<style>
a { background-color: #770000; }
a { background-color: rgb(119,0,0); }
div.DivClassName
{
background-color: #770000;
}
.BgClassName
{
background-color: #770000;
}
</style>
border-color css
<style>
span { border-color: #770000; }
span { border-color: rgb(119,0,0); }
td.TdClassName
{
border-color: #770000;
}
.TagClassName
{
border-color: #770000;
}
</style>