Shades of Maroon #760B08
Tints of Maroon #760B08
RGB
CMYK
RGB Variations
Color information
#760B08 (or 0x760B08) is known color: Maroon. HEX triplet: 76, 0B and 08. RGB value is (118,11,8). Sum of RGB (Red+Green+Blue) = 118+11+8=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #760B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B08 is #89F4F7. Grayscale: #2A2A2A. Windows color (decimal): -9041144 or 527222. OLE color: 527222.
HSL color Cylindrical-coordinate representation of color #760B08: hue angle of 1.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760B08 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 8 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.54 |
| HSL | 1.64º | 0.87% | 0.25% | - |
| HSV(B) | 1.64º | 0.93% | 0.46% | - |
| XYZ | 7.63 | 4.11 | 0.62 | - |
| YUV | 42.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 8 | 0 | 0.91 | 0.93 | 0.54 | 1.64 | 0.87 | 0.25 |
| Hex | 76 | B | 8 | 0 | 5B | 5D | 36 | 2 | 57 | 19 |
| Octal | 166 | 13 | 10 | 0 | 133 | 135 | 66 | 2 | 127 | 31 |
| Binary | 1110110 | 1011 | 1000 | 0 | 1011011 | 1011101 | 110110 | 10 | 1010111 | 11001 |
Color Harmonies of #760B08
Complementary color
Monochromatic Colors of #760B08
Black with #760B08
Text Example
Text Example
White with #760B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B08; }
p { color: rgb(118,11,8); }
H1.HeaderClassName
{
color: #760B08;
}
.AnyTagClassName
{
color: #760B08;
}
</style>
background-color css
<style>
a { background-color: #760B08; }
a { background-color: rgb(118,11,8); }
div.DivClassName
{
background-color: #760B08;
}
.BgClassName
{
background-color: #760B08;
}
</style>
border-color css
<style>
span { border-color: #760B08; }
span { border-color: rgb(118,11,8); }
td.TdClassName
{
border-color: #760B08;
}
.TagClassName
{
border-color: #760B08;
}
</style>