Shades of Maroon #7B0705
Tints of Maroon #7B0705
RGB
CMYK
RGB Variations
Color information
#7B0705 (or 0x7B0705) is known color: Maroon. HEX triplet: 7B, 07 and 05. RGB value is (123,7,5). Sum of RGB (Red+Green+Blue) = 123+7+5=135 (17% of max value = 765). Red value is 123 (48.44% from 255 or 91.11% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0705 is #84F8FA. Grayscale: #292929. Windows color (decimal): -8714491 or 329595. OLE color: 329595.
HSL color Cylindrical-coordinate representation of color #7B0705: hue angle of 1.02º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0705 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 5 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.52 |
| HSL | 1.02º | 0.92% | 0.25% | - |
| HSV(B) | 1.02º | 0.96% | 0.48% | - |
| XYZ | 8.27 | 4.37 | 0.55 | - |
| YUV | 41.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 5 | 0 | 0.94 | 0.96 | 0.52 | 1.02 | 0.92 | 0.25 |
| Hex | 7B | 7 | 5 | 0 | 5E | 60 | 34 | 1 | 5C | 19 |
| Octal | 173 | 7 | 5 | 0 | 136 | 140 | 64 | 1 | 134 | 31 |
| Binary | 1111011 | 111 | 101 | 0 | 1011110 | 1100000 | 110100 | 1 | 1011100 | 11001 |
Color Harmonies of #7B0705
Complementary color
Monochromatic Colors of #7B0705
Black with #7B0705
Text Example
Text Example
White with #7B0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0705; }
p { color: rgb(123,7,5); }
H1.HeaderClassName
{
color: #7B0705;
}
.AnyTagClassName
{
color: #7B0705;
}
</style>
background-color css
<style>
a { background-color: #7B0705; }
a { background-color: rgb(123,7,5); }
div.DivClassName
{
background-color: #7B0705;
}
.BgClassName
{
background-color: #7B0705;
}
</style>
border-color css
<style>
span { border-color: #7B0705; }
span { border-color: rgb(123,7,5); }
td.TdClassName
{
border-color: #7B0705;
}
.TagClassName
{
border-color: #7B0705;
}
</style>