Html Css Color HEX #070705 Maire

📋 copy color: '#070705'

red 7 ◦ green 7 ◦ blue 5

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

Shades of Maire #070705

Tints of Maire #070705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 26.32%

R = 36.84%
G = 36.84%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.97

RGB Variations

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

Color information

#070705 (or 0x070705) is known color: Maire. HEX triplet: 07, 07 and 05. RGB value is (7,7,5). Sum of RGB (Red+Green+Blue) = 7+7+5=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 7 - color contains mainly: red, green. Hex color #070705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070705 is #F8F8FA. Grayscale: #060606. Windows color (decimal): -16316667 or 329479. OLE color: 329479.

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

Color convert

RGB 7 7 5 -
CMYK 0 0 0.29 0.97
HSL 60º 0.17% 0.02% -
HSV(B) 60º 0.29% 0.03% -
XYZ 0.19 0.21 0.17 -
YUV 6.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 7 7 5 0 0 0.29 0.97 60 0.17 0.02
Hex 7 7 5 0 0 1D 61 3C 11 2
Octal 7 7 5 0 0 35 141 74 21 2
Binary 111 111 101 0 0 11101 1100001 111100 10001 10

Color Harmonies of #070705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070705

Black with #070705

Text Example


Text Example

White with #070705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070705; }

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

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

background-color css

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

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

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

border-color css

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

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

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