Shades of Maroon #760600
Tints of Maroon #760600
RGB
CMYK
RGB Variations
Color information
#760600 (or 0x760600) is known color: Maroon. HEX triplet: 76, 06 and 00. RGB value is (118,6,0). Sum of RGB (Red+Green+Blue) = 118+6+0=124 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.16% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 118 - color contains mainly: red. Hex color #760600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760600 is #89F9FF. Grayscale: #262626. Windows color (decimal): -9042432 or 1654. OLE color: 1654.
HSL color Cylindrical-coordinate representation of color #760600: hue angle of 3.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 6 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.54 |
| HSL | 3.05º | 1% | 0.23% | - |
| HSV(B) | 3.05º | 1% | 0.46% | - |
| XYZ | 7.54 | 3.98 | 0.37 | - |
| YUV | 38.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 6 | 0 | 0 | 0.95 | 1 | 0.54 | 3.05 | 1 | 0.23 |
| Hex | 76 | 6 | 0 | 0 | 5F | 64 | 36 | 3 | 64 | 17 |
| Octal | 166 | 6 | 0 | 0 | 137 | 144 | 66 | 3 | 144 | 27 |
| Binary | 1110110 | 110 | 0 | 0 | 1011111 | 1100100 | 110110 | 11 | 1100100 | 10111 |
Color Harmonies of #760600
Complementary color
Monochromatic Colors of #760600
Black with #760600
Text Example
Text Example
White with #760600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760600; }
p { color: rgb(118,6,0); }
H1.HeaderClassName
{
color: #760600;
}
.AnyTagClassName
{
color: #760600;
}
</style>
background-color css
<style>
a { background-color: #760600; }
a { background-color: rgb(118,6,0); }
div.DivClassName
{
background-color: #760600;
}
.BgClassName
{
background-color: #760600;
}
</style>
border-color css
<style>
span { border-color: #760600; }
span { border-color: rgb(118,6,0); }
td.TdClassName
{
border-color: #760600;
}
.TagClassName
{
border-color: #760600;
}
</style>