Html Css Color HEX #070700 Maire

📋 copy color: '#070700'

red 7 ◦ green 7 ◦ blue 0

#070700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #070700

Tints of Maire #070700

RGB

 RED value IS 7 (3.13% from 255) = 50%

 GREEN value IS 7 (3.13% from 255) = 50%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#070700 (or 0x070700) is known color: 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

RGB 7 7 0 -
CMYK 0 0 1 0.97
HSL 60º 1% 0.01% -
HSV(B) 60º 1% 0.03% -
XYZ 0.16 0.2 0.03 -
YUV 6.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 7 7 0 0 0 1 0.97 60 1 0.01
Hex 7 7 0 0 0 64 61 3C 64 1
Octal 7 7 0 0 0 144 141 74 144 1
Binary 111 111 0 0 0 1100100 1100001 111100 1100100 1

Color Harmonies of #070700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070700

Black with #070700

Text Example


Text Example

White with #070700

Text Example


Text Example

HTML Codes & Css Web 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>