Html Css Color HEX #7A0602 Maroon

📋 copy color: '#7A0602'

red 122 ◦ green 6 ◦ blue 2

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

Shades of Maroon #7A0602

Tints of Maroon #7A0602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.62%

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

R = 93.85%
G = 4.62%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A0602 (or 0x7A0602) is known color: Maroon. HEX triplet: 7A, 06 and 02. RGB value is (122,6,2). Sum of RGB (Red+Green+Blue) = 122+6+2=130 (17% of max value = 765). Red value is 122 (48.05% from 255 or 93.85% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0602 is #85F9FD. Grayscale: #282828. Windows color (decimal): -8780286 or 132730. OLE color: 132730.

HSL color Cylindrical-coordinate representation of color #7A0602: hue angle of 2º 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 #7A0602 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 6 2 -
CMYK 0 0.95 0.98 0.52
HSL 0.97% 0.24% -
HSV(B) 0.98% 0.48% -
XYZ 8.1 4.27 0.46 -
YUV 40.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 122 6 2 0 0.95 0.98 0.52 2 0.97 0.24
Hex 7A 6 2 0 5F 62 34 2 61 18
Octal 172 6 2 0 137 142 64 2 141 30
Binary 1111010 110 10 0 1011111 1100010 110100 10 1100001 11000

Color Harmonies of #7A0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0602

Black with #7A0602

Text Example


Text Example

White with #7A0602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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