Shades of Maroon #750807
Tints of Maroon #750807
RGB
CMYK
RGB Variations
Color information
#750807 (or 0x750807) is known color: Maroon. HEX triplet: 75, 08 and 07. RGB value is (117,8,7). Sum of RGB (Red+Green+Blue) = 117+8+7=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #750807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750807 is #8AF7F8. Grayscale: #282828. Windows color (decimal): -9107449 or 460917. OLE color: 460917.
HSL color Cylindrical-coordinate representation of color #750807: hue angle of 0.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750807 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 7 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.54 |
| HSL | 0.55º | 0.89% | 0.24% | - |
| HSV(B) | 0.55º | 0.94% | 0.46% | - |
| XYZ | 7.46 | 3.97 | 0.57 | - |
| YUV | 40.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 7 | 0 | 0.93 | 0.94 | 0.54 | 0.55 | 0.89 | 0.24 |
| Hex | 75 | 8 | 7 | 0 | 5D | 5E | 36 | 1 | 59 | 18 |
| Octal | 165 | 10 | 7 | 0 | 135 | 136 | 66 | 1 | 131 | 30 |
| Binary | 1110101 | 1000 | 111 | 0 | 1011101 | 1011110 | 110110 | 1 | 1011001 | 11000 |
Color Harmonies of #750807
Complementary color
Monochromatic Colors of #750807
Black with #750807
Text Example
Text Example
White with #750807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750807; }
p { color: rgb(117,8,7); }
H1.HeaderClassName
{
color: #750807;
}
.AnyTagClassName
{
color: #750807;
}
</style>
background-color css
<style>
a { background-color: #750807; }
a { background-color: rgb(117,8,7); }
div.DivClassName
{
background-color: #750807;
}
.BgClassName
{
background-color: #750807;
}
</style>
border-color css
<style>
span { border-color: #750807; }
span { border-color: rgb(117,8,7); }
td.TdClassName
{
border-color: #750807;
}
.TagClassName
{
border-color: #750807;
}
</style>