Shades of Maroon #770C08
Tints of Maroon #770C08
RGB
CMYK
RGB Variations
Color information
#770C08 (or 0x770C08) is known color: Maroon. HEX triplet: 77, 0C and 08. RGB value is (119,12,8). Sum of RGB (Red+Green+Blue) = 119+12+8=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #770C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C08 is #88F3F7. Grayscale: #2B2B2B. Windows color (decimal): -8975352 or 527479. OLE color: 527479.
HSL color Cylindrical-coordinate representation of color #770C08: hue angle of 2.16º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770C08 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 8 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.53 |
| HSL | 2.16º | 0.87% | 0.25% | - |
| HSV(B) | 2.16º | 0.93% | 0.47% | - |
| XYZ | 7.78 | 4.2 | 0.63 | - |
| YUV | 43.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 8 | 0 | 0.90 | 0.93 | 0.53 | 2.16 | 0.87 | 0.25 |
| Hex | 77 | C | 8 | 0 | 5A | 5D | 35 | 2 | 57 | 19 |
| Octal | 167 | 14 | 10 | 0 | 132 | 135 | 65 | 2 | 127 | 31 |
| Binary | 1110111 | 1100 | 1000 | 0 | 1011010 | 1011101 | 110101 | 10 | 1010111 | 11001 |
Color Harmonies of #770C08
Complementary color
Monochromatic Colors of #770C08
Black with #770C08
Text Example
Text Example
White with #770C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C08; }
p { color: rgb(119,12,8); }
H1.HeaderClassName
{
color: #770C08;
}
.AnyTagClassName
{
color: #770C08;
}
</style>
background-color css
<style>
a { background-color: #770C08; }
a { background-color: rgb(119,12,8); }
div.DivClassName
{
background-color: #770C08;
}
.BgClassName
{
background-color: #770C08;
}
</style>
border-color css
<style>
span { border-color: #770C08; }
span { border-color: rgb(119,12,8); }
td.TdClassName
{
border-color: #770C08;
}
.TagClassName
{
border-color: #770C08;
}
</style>