#070700

Color #070700 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #070700

Tints of Maire #070700

Color information

#070700 (or 0x070700) is unknown color: approx Maire. HEX triplet: 07, 07 and 00. RGB value is (7,7,0). Sum of RGB (Red+Green+Blue) = 7+7+0=14 (1% of max value = 765). Red value is 7 (3.12% from 255 or 50% from 14); Green value is 7 (3.12% from 255 or 50% from 14); Blue value is 0 (0.39% from 255 or 0% from 14); Max value from RGB is 7 - color contains mainly: red, green. Hex color #070700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070700 is #F8F8FF. Grayscale: #060606. Windows color (decimal): -16316672 or 1799. OLE color: 1799.

HSL color Cylindrical-coordinate representation of color #070700: hue angle of 60º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070700 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB770-
CMYK0010.97
HSL60º100%1.37%-
HSV(B)60º100%2.75%-
XYZ0.160.20.03-
YUV6.2124.5128.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7700010.97601001.37
Hex7700064613c641
Octal77000144141741441
Binary1111110001100100110000111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070700; }

 p { color: rgb(7,7,0); }

 H1.HeaderClassName
 {
   color: #070700;
 }
 .AnyTagClassName
 {
   color: #070700;
 }
</style>
background-color css

<style>
 a { background-color: #070700; }

 a { background-color: rgb(7,7,0); }

 div.DivClassName
 {
   background-color: #070700;
 }
 .BgClassName
 {
   background-color: #070700;
 }
</style>
border-color css

<style>
 span { border-color: #070700; }

 span { border-color: rgb(7,7,0); }

 td.TdClassName
 {
   border-color: #070700;
 }
 .TagClassName
 {
   border-color: #070700;
 }
</style>