#070800

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

Shades of Maire #070800

Tints of Maire #070800

Color information

#070800 (or 0x070800) is unknown color: approx 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

RGB780-
CMYK0.13010.97
HSL67.5º100%1.57%-
HSV(B)67.5º100%3.14%-
XYZ0.170.220.03-
YUV6.79124.17128.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7800.13010.9767.51001.57
Hex780D0646144642
Octal71001501441411041442
Binary1111000011010110010011000011000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>