Shades of Maroon #760F05
Tints of Maroon #760F05
RGB
CMYK
RGB Variations
Color information
#760F05 (or 0x760F05) is known color: Maroon. HEX triplet: 76, 0F and 05. RGB value is (118,15,5). Sum of RGB (Red+Green+Blue) = 118+15+5=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #760F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F05 is #89F0FA. Grayscale: #2C2C2C. Windows color (decimal): -9040123 or 331638. OLE color: 331638.
HSL color Cylindrical-coordinate representation of color #760F05: hue angle of 5.31º 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 #760F05 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 5 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.54 |
| HSL | 5.31º | 0.92% | 0.24% | - |
| HSV(B) | 5.31º | 0.96% | 0.46% | - |
| XYZ | 7.67 | 4.2 | 0.55 | - |
| YUV | 44.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 5 | 0 | 0.87 | 0.96 | 0.54 | 5.31 | 0.92 | 0.24 |
| Hex | 76 | F | 5 | 0 | 57 | 60 | 36 | 5 | 5C | 18 |
| Octal | 166 | 17 | 5 | 0 | 127 | 140 | 66 | 5 | 134 | 30 |
| Binary | 1110110 | 1111 | 101 | 0 | 1010111 | 1100000 | 110110 | 101 | 1011100 | 11000 |
Color Harmonies of #760F05
Complementary color
Monochromatic Colors of #760F05
Black with #760F05
Text Example
Text Example
White with #760F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F05; }
p { color: rgb(118,15,5); }
H1.HeaderClassName
{
color: #760F05;
}
.AnyTagClassName
{
color: #760F05;
}
</style>
background-color css
<style>
a { background-color: #760F05; }
a { background-color: rgb(118,15,5); }
div.DivClassName
{
background-color: #760F05;
}
.BgClassName
{
background-color: #760F05;
}
</style>
border-color css
<style>
span { border-color: #760F05; }
span { border-color: rgb(118,15,5); }
td.TdClassName
{
border-color: #760F05;
}
.TagClassName
{
border-color: #760F05;
}
</style>