Html Css Color HEX #080702 Maire

📋 copy color: '#080702'

red 8 ◦ green 7 ◦ blue 2

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

Shades of Maire #080702

Tints of Maire #080702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 11.76%

R = 47.06%
G = 41.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.97

RGB Variations

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

Color information

#080702 (or 0x080702) is known color: Maire. HEX triplet: 08, 07 and 02. RGB value is (8,7,2). Sum of RGB (Red+Green+Blue) = 8+7+2=17 (2% of max value = 765). Red value is 8 (3.52% from 255 or 47.06% from 17); Green value is 7 (3.12% from 255 or 41.18% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 8 - color contains mainly: red. Hex color #080702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080702 is #F7F8FD. Grayscale: #060606. Windows color (decimal): -16251134 or 132872. OLE color: 132872.

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

Color convert

RGB 8 7 2 -
CMYK 0 0.13 0.75 0.97
HSL 50º 0.6% 0.02% -
HSV(B) 50º 0.75% 0.03% -
XYZ 0.19 0.21 0.09 -
YUV 6.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 8 7 2 0 0.13 0.75 0.97 50 0.6 0.02
Hex 8 7 2 0 D 4B 61 32 3C 2
Octal 10 7 2 0 15 113 141 62 74 2
Binary 1000 111 10 0 1101 1001011 1100001 110010 111100 10

Color Harmonies of #080702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080702

Black with #080702

Text Example


Text Example

White with #080702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080702; }

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

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

background-color css

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

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

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

border-color css

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

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

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