Shades of Maroon #760F02
Tints of Maroon #760F02
RGB
CMYK
RGB Variations
Color information
#760F02 (or 0x760F02) is known color: Maroon. HEX triplet: 76, 0F and 02. RGB value is (118,15,2). Sum of RGB (Red+Green+Blue) = 118+15+2=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #760F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F02 is #89F0FD. Grayscale: #2C2C2C. Windows color (decimal): -9040126 or 135030. OLE color: 135030.
HSL color Cylindrical-coordinate representation of color #760F02: hue angle of 6.72º 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 #760F02 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 2 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.54 |
| HSL | 6.72º | 0.97% | 0.24% | - |
| HSV(B) | 6.72º | 0.98% | 0.46% | - |
| XYZ | 7.65 | 4.2 | 0.46 | - |
| YUV | 44.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 2 | 0 | 0.87 | 0.98 | 0.54 | 6.72 | 0.97 | 0.24 |
| Hex | 76 | F | 2 | 0 | 57 | 62 | 36 | 7 | 61 | 18 |
| Octal | 166 | 17 | 2 | 0 | 127 | 142 | 66 | 7 | 141 | 30 |
| Binary | 1110110 | 1111 | 10 | 0 | 1010111 | 1100010 | 110110 | 111 | 1100001 | 11000 |
Color Harmonies of #760F02
Complementary color
Monochromatic Colors of #760F02
Black with #760F02
Text Example
Text Example
White with #760F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F02; }
p { color: rgb(118,15,2); }
H1.HeaderClassName
{
color: #760F02;
}
.AnyTagClassName
{
color: #760F02;
}
</style>
background-color css
<style>
a { background-color: #760F02; }
a { background-color: rgb(118,15,2); }
div.DivClassName
{
background-color: #760F02;
}
.BgClassName
{
background-color: #760F02;
}
</style>
border-color css
<style>
span { border-color: #760F02; }
span { border-color: rgb(118,15,2); }
td.TdClassName
{
border-color: #760F02;
}
.TagClassName
{
border-color: #760F02;
}
</style>