Html Css Color HEX #070800 Maire

📋 copy color: '#070800'

red 7 ◦ green 8 ◦ blue 0

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

Shades of Maire #070800

Tints of Maire #070800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 53.33%

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

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#070800 (or 0x070800) is known color: Maire. HEX triplet: 07, 08 and 00. RGB value is (7,8,0). Sum of RGB (Red+Green+Blue) = 7+8+0=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 8 (3.52% from 255 or 53.33% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 8 - color contains mainly: green. Hex color #070800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070800 is #F8F7FF. Grayscale: #060606. Windows color (decimal): -16316416 or 2055. OLE color: 2055.

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

Color convert

RGB 7 8 0 -
CMYK 0.13 0 1 0.97
HSL 67.5º 1% 0.02% -
HSV(B) 67.5º 1% 0.03% -
XYZ 0.17 0.22 0.03 -
YUV 6.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 7 8 0 0.13 0 1 0.97 67.5 1 0.02
Hex 7 8 0 D 0 64 61 44 64 2
Octal 7 10 0 15 0 144 141 104 144 2
Binary 111 1000 0 1101 0 1100100 1100001 1000100 1100100 10

Color Harmonies of #070800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070800

Black with #070800

Text Example


Text Example

White with #070800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070800; }

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

 H1.HeaderClassName
 {
   color: #070800;
 }
 .AnyTagClassName
 {
   color: #070800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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