Shades of Maroon #770E09
Tints of Maroon #770E09
RGB
CMYK
RGB Variations
Color information
#770E09 (or 0x770E09) is known color: Maroon. HEX triplet: 77, 0E and 09. RGB value is (119,14,9). Sum of RGB (Red+Green+Blue) = 119+14+9=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E09 is #88F1F6. Grayscale: #2C2C2C. Windows color (decimal): -8974839 or 593527. OLE color: 593527.
HSL color Cylindrical-coordinate representation of color #770E09: hue angle of 2.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770E09 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 9 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.53 |
| HSL | 2.73º | 0.86% | 0.25% | - |
| HSV(B) | 2.73º | 0.92% | 0.47% | - |
| XYZ | 7.81 | 4.26 | 0.67 | - |
| YUV | 44.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 9 | 0 | 0.88 | 0.92 | 0.53 | 2.73 | 0.86 | 0.25 |
| Hex | 77 | E | 9 | 0 | 58 | 5C | 35 | 3 | 56 | 19 |
| Octal | 167 | 16 | 11 | 0 | 130 | 134 | 65 | 3 | 126 | 31 |
| Binary | 1110111 | 1110 | 1001 | 0 | 1011000 | 1011100 | 110101 | 11 | 1010110 | 11001 |
Color Harmonies of #770E09
Complementary color
Monochromatic Colors of #770E09
Black with #770E09
Text Example
Text Example
White with #770E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E09; }
p { color: rgb(119,14,9); }
H1.HeaderClassName
{
color: #770E09;
}
.AnyTagClassName
{
color: #770E09;
}
</style>
background-color css
<style>
a { background-color: #770E09; }
a { background-color: rgb(119,14,9); }
div.DivClassName
{
background-color: #770E09;
}
.BgClassName
{
background-color: #770E09;
}
</style>
border-color css
<style>
span { border-color: #770E09; }
span { border-color: rgb(119,14,9); }
td.TdClassName
{
border-color: #770E09;
}
.TagClassName
{
border-color: #770E09;
}
</style>