Shades of Maroon #771206
Tints of Maroon #771206
RGB
CMYK
RGB Variations
Color information
#771206 (or 0x771206) is known color: Maroon. HEX triplet: 77, 12 and 06. RGB value is (119,18,6). Sum of RGB (Red+Green+Blue) = 119+18+6=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #771206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771206 is #88EDF9. Grayscale: #2E2E2E. Windows color (decimal): -8973818 or 397943. OLE color: 397943.
HSL color Cylindrical-coordinate representation of color #771206: hue angle of 6.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #771206 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 18 | 6 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.53 |
| HSL | 6.37º | 0.9% | 0.25% | - |
| HSV(B) | 6.37º | 0.95% | 0.47% | - |
| XYZ | 7.86 | 4.37 | 0.6 | - |
| YUV | 46.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 6 | 0 | 0.85 | 0.95 | 0.53 | 6.37 | 0.9 | 0.25 |
| Hex | 77 | 12 | 6 | 0 | 55 | 5F | 35 | 6 | 5A | 19 |
| Octal | 167 | 22 | 6 | 0 | 125 | 137 | 65 | 6 | 132 | 31 |
| Binary | 1110111 | 10010 | 110 | 0 | 1010101 | 1011111 | 110101 | 110 | 1011010 | 11001 |
Color Harmonies of #771206
Complementary color
Monochromatic Colors of #771206
Black with #771206
Text Example
Text Example
White with #771206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771206; }
p { color: rgb(119,18,6); }
H1.HeaderClassName
{
color: #771206;
}
.AnyTagClassName
{
color: #771206;
}
</style>
background-color css
<style>
a { background-color: #771206; }
a { background-color: rgb(119,18,6); }
div.DivClassName
{
background-color: #771206;
}
.BgClassName
{
background-color: #771206;
}
</style>
border-color css
<style>
span { border-color: #771206; }
span { border-color: rgb(119,18,6); }
td.TdClassName
{
border-color: #771206;
}
.TagClassName
{
border-color: #771206;
}
</style>