Html Css Color HEX #7A0802 Maroon

📋 copy color: '#7A0802'

red 122 ◦ green 8 ◦ blue 2

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

Shades of Maroon #7A0802

Tints of Maroon #7A0802

RGB

 RED value IS 122 (48.05% from 255) = 92.42%

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

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

R = 92.42%
G = 6.06%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A0802 (or 0x7A0802) is known color: Maroon. HEX triplet: 7A, 08 and 02. RGB value is (122,8,2). Sum of RGB (Red+Green+Blue) = 122+8+2=132 (17% of max value = 765). Red value is 122 (48.05% from 255 or 92.42% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0802 is #85F7FD. Grayscale: #292929. Windows color (decimal): -8779774 or 133242. OLE color: 133242.

HSL color Cylindrical-coordinate representation of color #7A0802: hue angle of 3º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0802 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 8 2 -
CMYK 0 0.93 0.98 0.52
HSL 0.97% 0.24% -
HSV(B) 0.98% 0.48% -
XYZ 8.12 4.32 0.46 -
YUV 41.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 122 8 2 0 0.93 0.98 0.52 3 0.97 0.24
Hex 7A 8 2 0 5D 62 34 3 61 18
Octal 172 10 2 0 135 142 64 3 141 30
Binary 1111010 1000 10 0 1011101 1100010 110100 11 1100001 11000

Color Harmonies of #7A0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0802

Black with #7A0802

Text Example


Text Example

White with #7A0802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0802; }

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

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

background-color css

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

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

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

border-color css

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

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

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