Shades of Maire #070701
Tints of Maire #070701
RGB
CMYK
RGB Variations
Color information
#070701 (or 0x070701) is known color: Maire. HEX triplet: 07, 07 and 01. RGB value is (7,7,1). Sum of RGB (Red+Green+Blue) = 7+7+1=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 7 - color contains mainly: red, green. Hex color #070701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070701 is #F8F8FE. Grayscale: #060606. Windows color (decimal): -16316671 or 67335. OLE color: 67335.
HSL color Cylindrical-coordinate representation of color #070701: hue angle of 60º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070701 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.97.
Color convert
RGB | 7 | 7 | 1 | - |
CMYK | 0 | 0 | 0.86 | 0.97 |
HSL | 60º | 0.75% | 0.02% | - |
HSV(B) | 60º | 0.86% | 0.03% | - |
XYZ | 0.17 | 0.2 | 0.06 | - |
YUV | 6.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 7 | 1 | 0 | 0 | 0.86 | 0.97 | 60 | 0.75 | 0.02 |
Hex | 7 | 7 | 1 | 0 | 0 | 56 | 61 | 3C | 4B | 2 |
Octal | 7 | 7 | 1 | 0 | 0 | 126 | 141 | 74 | 113 | 2 |
Binary | 111 | 111 | 1 | 0 | 0 | 1010110 | 1100001 | 111100 | 1001011 | 10 |
Color Harmonies of #070701
Complementary color
Monochromatic Colors of #070701
Black with #070701
Text Example
Text Example
White with #070701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070701; }
p { color: rgb(7,7,1); }
H1.HeaderClassName
{
color: #070701;
}
.AnyTagClassName
{
color: #070701;
}
</style>
background-color css
<style>
a { background-color: #070701; }
a { background-color: rgb(7,7,1); }
div.DivClassName
{
background-color: #070701;
}
.BgClassName
{
background-color: #070701;
}
</style>
border-color css
<style>
span { border-color: #070701; }
span { border-color: rgb(7,7,1); }
td.TdClassName
{
border-color: #070701;
}
.TagClassName
{
border-color: #070701;
}
</style>