Shades of Maroon #770B07
Tints of Maroon #770B07
RGB
CMYK
RGB Variations
Color information
#770B07 (or 0x770B07) is known color: Maroon. HEX triplet: 77, 0B and 07. RGB value is (119,11,7). Sum of RGB (Red+Green+Blue) = 119+11+7=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #770B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B07 is #88F4F8. Grayscale: #2A2A2A. Windows color (decimal): -8975609 or 461687. OLE color: 461687.
HSL color Cylindrical-coordinate representation of color #770B07: hue angle of 2.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770B07 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 7 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.53 |
| HSL | 2.14º | 0.89% | 0.25% | - |
| HSV(B) | 2.14º | 0.94% | 0.47% | - |
| XYZ | 7.77 | 4.18 | 0.6 | - |
| YUV | 42.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 7 | 0 | 0.91 | 0.94 | 0.53 | 2.14 | 0.89 | 0.25 |
| Hex | 77 | B | 7 | 0 | 5B | 5E | 35 | 2 | 59 | 19 |
| Octal | 167 | 13 | 7 | 0 | 133 | 136 | 65 | 2 | 131 | 31 |
| Binary | 1110111 | 1011 | 111 | 0 | 1011011 | 1011110 | 110101 | 10 | 1011001 | 11001 |
Color Harmonies of #770B07
Complementary color
Monochromatic Colors of #770B07
Black with #770B07
Text Example
Text Example
White with #770B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B07; }
p { color: rgb(119,11,7); }
H1.HeaderClassName
{
color: #770B07;
}
.AnyTagClassName
{
color: #770B07;
}
</style>
background-color css
<style>
a { background-color: #770B07; }
a { background-color: rgb(119,11,7); }
div.DivClassName
{
background-color: #770B07;
}
.BgClassName
{
background-color: #770B07;
}
</style>
border-color css
<style>
span { border-color: #770B07; }
span { border-color: rgb(119,11,7); }
td.TdClassName
{
border-color: #770B07;
}
.TagClassName
{
border-color: #770B07;
}
</style>