Shades of Maroon #770D00
Tints of Maroon #770D00
RGB
CMYK
RGB Variations
Color information
#770D00 (or 0x770D00) is known color: Maroon. HEX triplet: 77, 0D and 00. RGB value is (119,13,0). Sum of RGB (Red+Green+Blue) = 119+13+0=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D00 is #88F2FF. Grayscale: #2B2B2B. Windows color (decimal): -8975104 or 3447. OLE color: 3447.
HSL color Cylindrical-coordinate representation of color #770D00: hue angle of 6.55º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770D00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.53 |
| HSL | 6.55º | 1% | 0.23% | - |
| HSV(B) | 6.55º | 1% | 0.47% | - |
| XYZ | 7.75 | 4.21 | 0.4 | - |
| YUV | 43.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 0 | 0 | 0.89 | 1 | 0.53 | 6.55 | 1 | 0.23 |
| Hex | 77 | D | 0 | 0 | 59 | 64 | 35 | 7 | 64 | 17 |
| Octal | 167 | 15 | 0 | 0 | 131 | 144 | 65 | 7 | 144 | 27 |
| Binary | 1110111 | 1101 | 0 | 0 | 1011001 | 1100100 | 110101 | 111 | 1100100 | 10111 |
Color Harmonies of #770D00
Complementary color
Monochromatic Colors of #770D00
Black with #770D00
Text Example
Text Example
White with #770D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D00; }
p { color: rgb(119,13,0); }
H1.HeaderClassName
{
color: #770D00;
}
.AnyTagClassName
{
color: #770D00;
}
</style>
background-color css
<style>
a { background-color: #770D00; }
a { background-color: rgb(119,13,0); }
div.DivClassName
{
background-color: #770D00;
}
.BgClassName
{
background-color: #770D00;
}
</style>
border-color css
<style>
span { border-color: #770D00; }
span { border-color: rgb(119,13,0); }
td.TdClassName
{
border-color: #770D00;
}
.TagClassName
{
border-color: #770D00;
}
</style>