Html Css Color HEX #790704 Maroon

📋 copy color: '#790704'

red 121 ◦ green 7 ◦ blue 4

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

Shades of Maroon #790704

Tints of Maroon #790704

RGB

 RED value IS 121 (47.66% from 255) = 91.67%

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

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

R = 91.67%
G = 5.3%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#790704 (or 0x790704) is known color: Maroon. HEX triplet: 79, 07 and 04. RGB value is (121,7,4). Sum of RGB (Red+Green+Blue) = 121+7+4=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790704 is #86F8FB. Grayscale: #282828. Windows color (decimal): -8845564 or 264057. OLE color: 264057.

HSL color Cylindrical-coordinate representation of color #790704: hue angle of 1.54º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790704 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 7 4 -
CMYK 0 0.94 0.97 0.53
HSL 1.54º 0.94% 0.25% -
HSV(B) 1.54º 0.97% 0.47% -
XYZ 7.98 4.23 0.51 -
YUV 40.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 121 7 4 0 0.94 0.97 0.53 1.54 0.94 0.25
Hex 79 7 4 0 5E 61 35 2 5E 19
Octal 171 7 4 0 136 141 65 2 136 31
Binary 1111001 111 100 0 1011110 1100001 110101 10 1011110 11001

Color Harmonies of #790704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790704

Black with #790704

Text Example


Text Example

White with #790704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790704; }

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

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

background-color css

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

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

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

border-color css

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

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

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