#070706

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

Shades of Maire #070706

Tints of Maire #070706

Color information

#070706 (or 0x070706) is unknown color: approx Maire. HEX triplet: 07, 07 and 06. RGB value is (7,7,6). Sum of RGB (Red+Green+Blue) = 7+7+6=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 7 (3.12% from 255 or 35% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 7 - color contains mainly: red, green. Hex color #070706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070706 is #F8F8F9. Grayscale: #060606. Windows color (decimal): -16316666 or 395015. OLE color: 395015.

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

Color convert

RGB776-
CMYK000.140.97
HSL60º7.69%2.55%-
HSV(B)60º14.29%2.75%-
XYZ0.20.210.2-
YUV6.89127.5128.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 35%
GREEN value IS 7 (3.12% from 255) = 35%
BLUE value IS 6 (2.73% from 255) = 30%
R=35%
G=35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal776000.140.97607.692.55
Hex77600E613c83
Octal776001614174103
Binary1111111100011101100001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070706; }

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

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

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

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

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

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

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

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