Shades of Maroon #760F00
Tints of Maroon #760F00
RGB
CMYK
RGB Variations
Color information
#760F00 (or 0x760F00) is known color: Maroon. HEX triplet: 76, 0F and 00. RGB value is (118,15,0). Sum of RGB (Red+Green+Blue) = 118+15+0=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F00 is #89F0FF. Grayscale: #2C2C2C. Windows color (decimal): -9040128 or 3958. OLE color: 3958.
HSL color Cylindrical-coordinate representation of color #760F00: hue angle of 7.63º 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 #760F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.54 |
| HSL | 7.63º | 1% | 0.23% | - |
| HSV(B) | 7.63º | 1% | 0.46% | - |
| XYZ | 7.64 | 4.19 | 0.41 | - |
| YUV | 44.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 0 | 0 | 0.87 | 1 | 0.54 | 7.63 | 1 | 0.23 |
| Hex | 76 | F | 0 | 0 | 57 | 64 | 36 | 8 | 64 | 17 |
| Octal | 166 | 17 | 0 | 0 | 127 | 144 | 66 | 10 | 144 | 27 |
| Binary | 1110110 | 1111 | 0 | 0 | 1010111 | 1100100 | 110110 | 1000 | 1100100 | 10111 |
Color Harmonies of #760F00
Complementary color
Monochromatic Colors of #760F00
Black with #760F00
Text Example
Text Example
White with #760F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F00; }
p { color: rgb(118,15,0); }
H1.HeaderClassName
{
color: #760F00;
}
.AnyTagClassName
{
color: #760F00;
}
</style>
background-color css
<style>
a { background-color: #760F00; }
a { background-color: rgb(118,15,0); }
div.DivClassName
{
background-color: #760F00;
}
.BgClassName
{
background-color: #760F00;
}
</style>
border-color css
<style>
span { border-color: #760F00; }
span { border-color: rgb(118,15,0); }
td.TdClassName
{
border-color: #760F00;
}
.TagClassName
{
border-color: #760F00;
}
</style>