Shades of Maroon #770B02
Tints of Maroon #770B02
RGB
CMYK
RGB Variations
Color information
#770B02 (or 0x770B02) is known color: Maroon. HEX triplet: 77, 0B and 02. RGB value is (119,11,2). Sum of RGB (Red+Green+Blue) = 119+11+2=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B02 is #88F4FD. Grayscale: #2A2A2A. Windows color (decimal): -8975614 or 134007. OLE color: 134007.
HSL color Cylindrical-coordinate representation of color #770B02: hue angle of 4.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770B02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.53 |
| HSL | 4.62º | 0.97% | 0.24% | - |
| HSV(B) | 4.62º | 0.98% | 0.47% | - |
| XYZ | 7.74 | 4.17 | 0.45 | - |
| YUV | 42.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 2 | 0 | 0.91 | 0.98 | 0.53 | 4.62 | 0.97 | 0.24 |
| Hex | 77 | B | 2 | 0 | 5B | 62 | 35 | 5 | 61 | 18 |
| Octal | 167 | 13 | 2 | 0 | 133 | 142 | 65 | 5 | 141 | 30 |
| Binary | 1110111 | 1011 | 10 | 0 | 1011011 | 1100010 | 110101 | 101 | 1100001 | 11000 |
Color Harmonies of #770B02
Complementary color
Monochromatic Colors of #770B02
Black with #770B02
Text Example
Text Example
White with #770B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B02; }
p { color: rgb(119,11,2); }
H1.HeaderClassName
{
color: #770B02;
}
.AnyTagClassName
{
color: #770B02;
}
</style>
background-color css
<style>
a { background-color: #770B02; }
a { background-color: rgb(119,11,2); }
div.DivClassName
{
background-color: #770B02;
}
.BgClassName
{
background-color: #770B02;
}
</style>
border-color css
<style>
span { border-color: #770B02; }
span { border-color: rgb(119,11,2); }
td.TdClassName
{
border-color: #770B02;
}
.TagClassName
{
border-color: #770B02;
}
</style>