Html Css Color HEX #790700 Maroon

📋 copy color: '#790700'

red 121 ◦ green 7 ◦ blue 0

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

Shades of Maroon #790700

Tints of Maroon #790700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.53%
G = 5.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#790700 (or 0x790700) is known color: Maroon. HEX triplet: 79, 07 and 00. RGB value is (121,7,0). Sum of RGB (Red+Green+Blue) = 121+7+0=128 (16% of max value = 765). Red value is 121 (47.66% from 255 or 94.53% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 121 - color contains mainly: red. Hex color #790700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790700 is #86F8FF. Grayscale: #282828. Windows color (decimal): -8845568 or 1913. OLE color: 1913.

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

Color convert

RGB 121 7 0 -
CMYK 0 0.94 1 0.53
HSL 3.47º 1% 0.24% -
HSV(B) 3.47º 1% 0.47% -
XYZ 7.96 4.22 0.39 -
YUV 40.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 121 7 0 0 0.94 1 0.53 3.47 1 0.24
Hex 79 7 0 0 5E 64 35 3 64 18
Octal 171 7 0 0 136 144 65 3 144 30
Binary 1111001 111 0 0 1011110 1100100 110101 11 1100100 11000

Color Harmonies of #790700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790700

Black with #790700

Text Example


Text Example

White with #790700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790700; }

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

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

background-color css

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

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

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

border-color css

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

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

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