Shades of Maroon #760707
Tints of Maroon #760707
RGB
CMYK
RGB Variations
Color information
#760707 (or 0x760707) is known color: Maroon. HEX triplet: 76, 07 and 07. RGB value is (118,7,7). Sum of RGB (Red+Green+Blue) = 118+7+7=132 (17% of max value = 765). Red value is 118 (46.48% from 255 or 89.39% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 118 - color contains mainly: red. Hex color #760707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760707 is #89F8F8. Grayscale: #282828. Windows color (decimal): -9042169 or 460662. OLE color: 460662.
HSL color Cylindrical-coordinate representation of color #760707: hue angle of 0º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760707 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 7 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.54 |
| HSL | 0º | 0.89% | 0.25% | - |
| HSV(B) | 0º | 0.94% | 0.46% | - |
| XYZ | 7.59 | 4.02 | 0.58 | - |
| YUV | 40.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 7 | 0 | 0.94 | 0.94 | 0.54 | 0 | 0.89 | 0.25 |
| Hex | 76 | 7 | 7 | 0 | 5E | 5E | 36 | 0 | 59 | 19 |
| Octal | 166 | 7 | 7 | 0 | 136 | 136 | 66 | 0 | 131 | 31 |
| Binary | 1110110 | 111 | 111 | 0 | 1011110 | 1011110 | 110110 | 0 | 1011001 | 11001 |
Color Harmonies of #760707
Complementary color
Monochromatic Colors of #760707
Black with #760707
Text Example
Text Example
White with #760707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760707; }
p { color: rgb(118,7,7); }
H1.HeaderClassName
{
color: #760707;
}
.AnyTagClassName
{
color: #760707;
}
</style>
background-color css
<style>
a { background-color: #760707; }
a { background-color: rgb(118,7,7); }
div.DivClassName
{
background-color: #760707;
}
.BgClassName
{
background-color: #760707;
}
</style>
border-color css
<style>
span { border-color: #760707; }
span { border-color: rgb(118,7,7); }
td.TdClassName
{
border-color: #760707;
}
.TagClassName
{
border-color: #760707;
}
</style>