Shades of Maroon #770E02
Tints of Maroon #770E02
RGB
CMYK
RGB Variations
Color information
#770E02 (or 0x770E02) is known color: Maroon. HEX triplet: 77, 0E and 02. RGB value is (119,14,2). Sum of RGB (Red+Green+Blue) = 119+14+2=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #770E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E02 is #88F1FD. Grayscale: #2C2C2C. Windows color (decimal): -8974846 or 134775. OLE color: 134775.
HSL color Cylindrical-coordinate representation of color #770E02: hue angle of 6.15º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770E02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.53 |
| HSL | 6.15º | 0.97% | 0.24% | - |
| HSV(B) | 6.15º | 0.98% | 0.47% | - |
| XYZ | 7.78 | 4.24 | 0.47 | - |
| YUV | 44.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 2 | 0 | 0.88 | 0.98 | 0.53 | 6.15 | 0.97 | 0.24 |
| Hex | 77 | E | 2 | 0 | 58 | 62 | 35 | 6 | 61 | 18 |
| Octal | 167 | 16 | 2 | 0 | 130 | 142 | 65 | 6 | 141 | 30 |
| Binary | 1110111 | 1110 | 10 | 0 | 1011000 | 1100010 | 110101 | 110 | 1100001 | 11000 |
Color Harmonies of #770E02
Complementary color
Monochromatic Colors of #770E02
Black with #770E02
Text Example
Text Example
White with #770E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E02; }
p { color: rgb(119,14,2); }
H1.HeaderClassName
{
color: #770E02;
}
.AnyTagClassName
{
color: #770E02;
}
</style>
background-color css
<style>
a { background-color: #770E02; }
a { background-color: rgb(119,14,2); }
div.DivClassName
{
background-color: #770E02;
}
.BgClassName
{
background-color: #770E02;
}
</style>
border-color css
<style>
span { border-color: #770E02; }
span { border-color: rgb(119,14,2); }
td.TdClassName
{
border-color: #770E02;
}
.TagClassName
{
border-color: #770E02;
}
</style>