#070702

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

Shades of Maire #070702

Tints of Maire #070702

Color information

#070702 (or 0x070702) is unknown color: approx Maire. HEX triplet: 07, 07 and 02. RGB value is (7,7,2). Sum of RGB (Red+Green+Blue) = 7+7+2=16 (2% of max value = 765). Red value is 7 (3.12% from 255 or 43.75% from 16); Green value is 7 (3.12% from 255 or 43.75% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 7 - color contains mainly: red, green. Hex color #070702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070702 is #F8F8FD. Grayscale: #060606. Windows color (decimal): -16316670 or 132871. OLE color: 132871.

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

Color convert

RGB772-
CMYK000.710.97
HSL60º55.56%1.76%-
HSV(B)60º71.43%2.75%-
XYZ0.170.20.09-
YUV6.43125.5128.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 43.75%
GREEN value IS 7 (3.12% from 255) = 43.75%
BLUE value IS 2 (1.17% from 255) = 12.5%
R=43.75%
G=43.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal772000.710.976055.561.76
Hex7720047613c382
Octal7720010714174702
Binary11111110001000111110000111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070702; }

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

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

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

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

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

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

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

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