Shades of Maroon #761000
Tints of Maroon #761000
RGB
CMYK
RGB Variations
Color information
#761000 (or 0x761000) is known color: Maroon. HEX triplet: 76, 10 and 00. RGB value is (118,16,0). Sum of RGB (Red+Green+Blue) = 118+16+0=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #761000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761000 is #89EFFF. Grayscale: #2C2C2C. Windows color (decimal): -9039872 or 4214. OLE color: 4214.
HSL color Cylindrical-coordinate representation of color #761000: hue angle of 8.14º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #761000 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.54 |
| HSL | 8.14º | 1% | 0.23% | - |
| HSV(B) | 8.14º | 1% | 0.46% | - |
| XYZ | 7.66 | 4.22 | 0.41 | - |
| YUV | 44.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 0 | 0 | 0.86 | 1 | 0.54 | 8.14 | 1 | 0.23 |
| Hex | 76 | 10 | 0 | 0 | 56 | 64 | 36 | 8 | 64 | 17 |
| Octal | 166 | 20 | 0 | 0 | 126 | 144 | 66 | 10 | 144 | 27 |
| Binary | 1110110 | 10000 | 0 | 0 | 1010110 | 1100100 | 110110 | 1000 | 1100100 | 10111 |
Color Harmonies of #761000
Complementary color
Monochromatic Colors of #761000
Black with #761000
Text Example
Text Example
White with #761000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761000; }
p { color: rgb(118,16,0); }
H1.HeaderClassName
{
color: #761000;
}
.AnyTagClassName
{
color: #761000;
}
</style>
background-color css
<style>
a { background-color: #761000; }
a { background-color: rgb(118,16,0); }
div.DivClassName
{
background-color: #761000;
}
.BgClassName
{
background-color: #761000;
}
</style>
border-color css
<style>
span { border-color: #761000; }
span { border-color: rgb(118,16,0); }
td.TdClassName
{
border-color: #761000;
}
.TagClassName
{
border-color: #761000;
}
</style>