Shades of Maroon #770C05
Tints of Maroon #770C05
RGB
CMYK
RGB Variations
Color information
#770C05 (or 0x770C05) is known color: Maroon. HEX triplet: 77, 0C and 05. RGB value is (119,12,5). Sum of RGB (Red+Green+Blue) = 119+12+5=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #770C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C05 is #88F3FA. Grayscale: #2B2B2B. Windows color (decimal): -8975355 or 330871. OLE color: 330871.
HSL color Cylindrical-coordinate representation of color #770C05: hue angle of 3.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770C05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 5 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.53 |
| HSL | 3.68º | 0.92% | 0.24% | - |
| HSV(B) | 3.68º | 0.96% | 0.47% | - |
| XYZ | 7.77 | 4.2 | 0.54 | - |
| YUV | 43.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 5 | 0 | 0.90 | 0.96 | 0.53 | 3.68 | 0.92 | 0.24 |
| Hex | 77 | C | 5 | 0 | 5A | 60 | 35 | 4 | 5C | 18 |
| Octal | 167 | 14 | 5 | 0 | 132 | 140 | 65 | 4 | 134 | 30 |
| Binary | 1110111 | 1100 | 101 | 0 | 1011010 | 1100000 | 110101 | 100 | 1011100 | 11000 |
Color Harmonies of #770C05
Complementary color
Monochromatic Colors of #770C05
Black with #770C05
Text Example
Text Example
White with #770C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C05; }
p { color: rgb(119,12,5); }
H1.HeaderClassName
{
color: #770C05;
}
.AnyTagClassName
{
color: #770C05;
}
</style>
background-color css
<style>
a { background-color: #770C05; }
a { background-color: rgb(119,12,5); }
div.DivClassName
{
background-color: #770C05;
}
.BgClassName
{
background-color: #770C05;
}
</style>
border-color css
<style>
span { border-color: #770C05; }
span { border-color: rgb(119,12,5); }
td.TdClassName
{
border-color: #770C05;
}
.TagClassName
{
border-color: #770C05;
}
</style>