Html Css Color HEX #7A0701 Maroon

📋 copy color: '#7A0701'

red 122 ◦ green 7 ◦ blue 1

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

Shades of Maroon #7A0701

Tints of Maroon #7A0701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.77%

R = 93.85%
G = 5.38%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7A0701 (or 0x7A0701) is known color: Maroon. HEX triplet: 7A, 07 and 01. RGB value is (122,7,1). Sum of RGB (Red+Green+Blue) = 122+7+1=130 (17% of max value = 765). Red value is 122 (48.05% from 255 or 93.85% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0701 is #85F8FE. Grayscale: #282828. Windows color (decimal): -8780031 or 67450. OLE color: 67450.

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

Color convert

RGB 122 7 1 -
CMYK 0 0.94 0.99 0.52
HSL 2.98º 0.98% 0.24% -
HSV(B) 2.98º 0.99% 0.48% -
XYZ 8.11 4.29 0.43 -
YUV 40.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 122 7 1 0 0.94 0.99 0.52 2.98 0.98 0.24
Hex 7A 7 1 0 5E 63 34 3 62 18
Octal 172 7 1 0 136 143 64 3 142 30
Binary 1111010 111 1 0 1011110 1100011 110100 11 1100010 11000

Color Harmonies of #7A0701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0701

Black with #7A0701

Text Example


Text Example

White with #7A0701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,7,1); }

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

background-color css

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

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

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

border-color css

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

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

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