Shades of Maroon #760C02
Tints of Maroon #760C02
RGB
CMYK
RGB Variations
Color information
#760C02 (or 0x760C02) is known color: Maroon. HEX triplet: 76, 0C and 02. RGB value is (118,12,2). Sum of RGB (Red+Green+Blue) = 118+12+2=132 (17% of max value = 765). Red value is 118 (46.48% from 255 or 89.39% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 118 - color contains mainly: red. Hex color #760C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C02 is #89F3FD. Grayscale: #2A2A2A. Windows color (decimal): -9040894 or 134262. OLE color: 134262.
HSL color Cylindrical-coordinate representation of color #760C02: hue angle of 5.17º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760C02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.54 |
| HSL | 5.17º | 0.97% | 0.24% | - |
| HSV(B) | 5.17º | 0.98% | 0.46% | - |
| XYZ | 7.61 | 4.12 | 0.45 | - |
| YUV | 42.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 2 | 0 | 0.90 | 0.98 | 0.54 | 5.17 | 0.97 | 0.24 |
| Hex | 76 | C | 2 | 0 | 5A | 62 | 36 | 5 | 61 | 18 |
| Octal | 166 | 14 | 2 | 0 | 132 | 142 | 66 | 5 | 141 | 30 |
| Binary | 1110110 | 1100 | 10 | 0 | 1011010 | 1100010 | 110110 | 101 | 1100001 | 11000 |
Color Harmonies of #760C02
Complementary color
Monochromatic Colors of #760C02
Black with #760C02
Text Example
Text Example
White with #760C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C02; }
p { color: rgb(118,12,2); }
H1.HeaderClassName
{
color: #760C02;
}
.AnyTagClassName
{
color: #760C02;
}
</style>
background-color css
<style>
a { background-color: #760C02; }
a { background-color: rgb(118,12,2); }
div.DivClassName
{
background-color: #760C02;
}
.BgClassName
{
background-color: #760C02;
}
</style>
border-color css
<style>
span { border-color: #760C02; }
span { border-color: rgb(118,12,2); }
td.TdClassName
{
border-color: #760C02;
}
.TagClassName
{
border-color: #760C02;
}
</style>