Shades of Maroon #760000
Tints of Maroon #760000
RGB
CMYK
RGB Variations
Color information
#760000 (or 0x760000) is known color: Maroon. HEX triplet: 76, 00 and 00. RGB value is (118,0,0). Sum of RGB (Red+Green+Blue) = 118+0+0=118 (15% of max value = 765). Red value is 118 (46.48% from 255 or 100% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 118 - color contains mainly: red. Hex color #760000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760000 is #89FFFF. Grayscale: #232323. Windows color (decimal): -9043968 or 118. OLE color: 118.
HSL color Cylindrical-coordinate representation of color #760000: hue angle of 0º 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 #760000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.54 |
| HSL | 0º | 1% | 0.23% | - |
| HSV(B) | 0º | 1% | 0.46% | - |
| XYZ | 7.47 | 3.85 | 0.35 | - |
| YUV | 35.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 0 | 0 | 1 | 1 | 0.54 | 0 | 1 | 0.23 |
| Hex | 76 | 0 | 0 | 0 | 64 | 64 | 36 | 0 | 64 | 17 |
| Octal | 166 | 0 | 0 | 0 | 144 | 144 | 66 | 0 | 144 | 27 |
| Binary | 1110110 | 0 | 0 | 0 | 1100100 | 1100100 | 110110 | 0 | 1100100 | 10111 |
Color Harmonies of #760000
Complementary color
Monochromatic Colors of #760000
Black with #760000
Text Example
Text Example
White with #760000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760000; }
p { color: rgb(118,0,0); }
H1.HeaderClassName
{
color: #760000;
}
.AnyTagClassName
{
color: #760000;
}
</style>
background-color css
<style>
a { background-color: #760000; }
a { background-color: rgb(118,0,0); }
div.DivClassName
{
background-color: #760000;
}
.BgClassName
{
background-color: #760000;
}
</style>
border-color css
<style>
span { border-color: #760000; }
span { border-color: rgb(118,0,0); }
td.TdClassName
{
border-color: #760000;
}
.TagClassName
{
border-color: #760000;
}
</style>