Shades of Maroon #760805
Tints of Maroon #760805
RGB
CMYK
RGB Variations
Color information
#760805 (or 0x760805) is known color: Maroon. HEX triplet: 76, 08 and 05. RGB value is (118,8,5). Sum of RGB (Red+Green+Blue) = 118+8+5=131 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.08% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 118 - color contains mainly: red. Hex color #760805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760805 is #89F7FA. Grayscale: #282828. Windows color (decimal): -9041915 or 329846. OLE color: 329846.
HSL color Cylindrical-coordinate representation of color #760805: hue angle of 1.59º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760805 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 5 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.54 |
| HSL | 1.59º | 0.92% | 0.24% | - |
| HSV(B) | 1.59º | 0.96% | 0.46% | - |
| XYZ | 7.59 | 4.04 | 0.52 | - |
| YUV | 40.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 5 | 0 | 0.93 | 0.96 | 0.54 | 1.59 | 0.92 | 0.24 |
| Hex | 76 | 8 | 5 | 0 | 5D | 60 | 36 | 2 | 5C | 18 |
| Octal | 166 | 10 | 5 | 0 | 135 | 140 | 66 | 2 | 134 | 30 |
| Binary | 1110110 | 1000 | 101 | 0 | 1011101 | 1100000 | 110110 | 10 | 1011100 | 11000 |
Color Harmonies of #760805
Complementary color
Monochromatic Colors of #760805
Black with #760805
Text Example
Text Example
White with #760805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760805; }
p { color: rgb(118,8,5); }
H1.HeaderClassName
{
color: #760805;
}
.AnyTagClassName
{
color: #760805;
}
</style>
background-color css
<style>
a { background-color: #760805; }
a { background-color: rgb(118,8,5); }
div.DivClassName
{
background-color: #760805;
}
.BgClassName
{
background-color: #760805;
}
</style>
border-color css
<style>
span { border-color: #760805; }
span { border-color: rgb(118,8,5); }
td.TdClassName
{
border-color: #760805;
}
.TagClassName
{
border-color: #760805;
}
</style>