Html Css Color HEX #080704 Maire

📋 copy color: '#080704'

red 8 ◦ green 7 ◦ blue 4

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

Shades of Maire #080704

Tints of Maire #080704

RGB

 RED value IS 8 (3.52% from 255) = 42.11%

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

 BLUE value IS 4 (1.95% from 255) = 21.05%

R = 42.11%
G = 36.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.5

 K value IS 0.97

RGB Variations

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

Color information

#080704 (or 0x080704) is known color: Maire. HEX triplet: 08, 07 and 04. RGB value is (8,7,4). Sum of RGB (Red+Green+Blue) = 8+7+4=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 8 - color contains mainly: red. Hex color #080704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080704 is #F7F8FB. Grayscale: #060606. Windows color (decimal): -16251132 or 263944. OLE color: 263944.

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

Color convert

RGB 8 7 4 -
CMYK 0 0.13 0.5 0.97
HSL 45º 0.33% 0.02% -
HSV(B) 45º 0.5% 0.03% -
XYZ 0.2 0.21 0.15 -
YUV 6.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 8 7 4 0 0.13 0.5 0.97 45 0.33 0.02
Hex 8 7 4 0 D 32 61 2D 21 2
Octal 10 7 4 0 15 62 141 55 41 2
Binary 1000 111 100 0 1101 110010 1100001 101101 100001 10

Color Harmonies of #080704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080704

Black with #080704

Text Example


Text Example

White with #080704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080704; }

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

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

background-color css

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

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

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

border-color css

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

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

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