Shades of Maroon #770E06
Tints of Maroon #770E06
RGB
CMYK
RGB Variations
Color information
#770E06 (or 0x770E06) is known color: Maroon. HEX triplet: 77, 0E and 06. RGB value is (119,14,6). Sum of RGB (Red+Green+Blue) = 119+14+6=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #770E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E06 is #88F1F9. Grayscale: #2C2C2C. Windows color (decimal): -8974842 or 396919. OLE color: 396919.
HSL color Cylindrical-coordinate representation of color #770E06: hue angle of 4.25º 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 #770E06 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 6 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.53 |
| HSL | 4.25º | 0.9% | 0.25% | - |
| HSV(B) | 4.25º | 0.95% | 0.47% | - |
| XYZ | 7.8 | 4.25 | 0.58 | - |
| YUV | 44.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 6 | 0 | 0.88 | 0.95 | 0.53 | 4.25 | 0.9 | 0.25 |
| Hex | 77 | E | 6 | 0 | 58 | 5F | 35 | 4 | 5A | 19 |
| Octal | 167 | 16 | 6 | 0 | 130 | 137 | 65 | 4 | 132 | 31 |
| Binary | 1110111 | 1110 | 110 | 0 | 1011000 | 1011111 | 110101 | 100 | 1011010 | 11001 |
Color Harmonies of #770E06
Complementary color
Monochromatic Colors of #770E06
Black with #770E06
Text Example
Text Example
White with #770E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E06; }
p { color: rgb(119,14,6); }
H1.HeaderClassName
{
color: #770E06;
}
.AnyTagClassName
{
color: #770E06;
}
</style>
background-color css
<style>
a { background-color: #770E06; }
a { background-color: rgb(119,14,6); }
div.DivClassName
{
background-color: #770E06;
}
.BgClassName
{
background-color: #770E06;
}
</style>
border-color css
<style>
span { border-color: #770E06; }
span { border-color: rgb(119,14,6); }
td.TdClassName
{
border-color: #770E06;
}
.TagClassName
{
border-color: #770E06;
}
</style>