Shades of Maroon #770800
Tints of Maroon #770800
RGB
CMYK
RGB Variations
Color information
#770800 (or 0x770800) is known color: Maroon. HEX triplet: 77, 08 and 00. RGB value is (119,8,0). Sum of RGB (Red+Green+Blue) = 119+8+0=127 (16% of max value = 765). Red value is 119 (46.88% from 255 or 93.70% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 119 - color contains mainly: red. Hex color #770800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770800 is #88F7FF. Grayscale: #282828. Windows color (decimal): -8976384 or 2167. OLE color: 2167.
HSL color Cylindrical-coordinate representation of color #770800: hue angle of 4.03º 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 #770800 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.53 |
| HSL | 4.03º | 1% | 0.23% | - |
| HSV(B) | 4.03º | 1% | 0.47% | - |
| XYZ | 7.69 | 4.1 | 0.38 | - |
| YUV | 40.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 0 | 0 | 0.93 | 1 | 0.53 | 4.03 | 1 | 0.23 |
| Hex | 77 | 8 | 0 | 0 | 5D | 64 | 35 | 4 | 64 | 17 |
| Octal | 167 | 10 | 0 | 0 | 135 | 144 | 65 | 4 | 144 | 27 |
| Binary | 1110111 | 1000 | 0 | 0 | 1011101 | 1100100 | 110101 | 100 | 1100100 | 10111 |
Color Harmonies of #770800
Complementary color
Monochromatic Colors of #770800
Black with #770800
Text Example
Text Example
White with #770800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770800; }
p { color: rgb(119,8,0); }
H1.HeaderClassName
{
color: #770800;
}
.AnyTagClassName
{
color: #770800;
}
</style>
background-color css
<style>
a { background-color: #770800; }
a { background-color: rgb(119,8,0); }
div.DivClassName
{
background-color: #770800;
}
.BgClassName
{
background-color: #770800;
}
</style>
border-color css
<style>
span { border-color: #770800; }
span { border-color: rgb(119,8,0); }
td.TdClassName
{
border-color: #770800;
}
.TagClassName
{
border-color: #770800;
}
</style>