Shades of Maroon #770904
Tints of Maroon #770904
RGB
CMYK
RGB Variations
Color information
#770904 (or 0x770904) is known color: Maroon. HEX triplet: 77, 09 and 04. RGB value is (119,9,4). Sum of RGB (Red+Green+Blue) = 119+9+4=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770904 is #88F6FB. Grayscale: #292929. Windows color (decimal): -8976124 or 264567. OLE color: 264567.
HSL color Cylindrical-coordinate representation of color #770904: hue angle of 2.61º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770904 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 4 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.53 |
| HSL | 2.61º | 0.93% | 0.24% | - |
| HSV(B) | 2.61º | 0.97% | 0.47% | - |
| XYZ | 7.73 | 4.13 | 0.5 | - |
| YUV | 41.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 4 | 0 | 0.92 | 0.97 | 0.53 | 2.61 | 0.93 | 0.24 |
| Hex | 77 | 9 | 4 | 0 | 5C | 61 | 35 | 3 | 5D | 18 |
| Octal | 167 | 11 | 4 | 0 | 134 | 141 | 65 | 3 | 135 | 30 |
| Binary | 1110111 | 1001 | 100 | 0 | 1011100 | 1100001 | 110101 | 11 | 1011101 | 11000 |
Color Harmonies of #770904
Complementary color
Monochromatic Colors of #770904
Black with #770904
Text Example
Text Example
White with #770904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770904; }
p { color: rgb(119,9,4); }
H1.HeaderClassName
{
color: #770904;
}
.AnyTagClassName
{
color: #770904;
}
</style>
background-color css
<style>
a { background-color: #770904; }
a { background-color: rgb(119,9,4); }
div.DivClassName
{
background-color: #770904;
}
.BgClassName
{
background-color: #770904;
}
</style>
border-color css
<style>
span { border-color: #770904; }
span { border-color: rgb(119,9,4); }
td.TdClassName
{
border-color: #770904;
}
.TagClassName
{
border-color: #770904;
}
</style>