#070704

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

Shades of Maire #070704

Tints of Maire #070704

Color information

#070704 (or 0x070704) is unknown color: approx Maire. HEX triplet: 07, 07 and 04. RGB value is (7,7,4). Sum of RGB (Red+Green+Blue) = 7+7+4=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 7 - color contains mainly: red, green. Hex color #070704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070704 is #F8F8FB. Grayscale: #060606. Windows color (decimal): -16316668 or 263943. OLE color: 263943.

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

Color convert

RGB774-
CMYK000.430.97
HSL60º27.27%2.16%-
HSV(B)60º42.86%2.75%-
XYZ0.190.210.14-
YUV6.66126.5128.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 38.89%
GREEN value IS 7 (3.12% from 255) = 38.89%
BLUE value IS 4 (1.95% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal774000.430.976027.272.16
Hex774002B613c1b2
Octal774005314174332
Binary1111111000010101111000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070704; }

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

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

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

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

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

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

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

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