Html Css Color HEX #770404 Maroon

📋 copy color: '#770404'

red 119 ◦ green 4 ◦ blue 4

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

Shades of Maroon #770404

Tints of Maroon #770404

RGB

 RED value IS 119 (46.88% from 255) = 93.7%

 GREEN value IS 4 (1.95% from 255) = 3.15%

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

R = 93.7%
G = 3.15%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#770404 (or 0x770404) is known color: Maroon. HEX triplet: 77, 04 and 04. RGB value is (119,4,4). Sum of RGB (Red+Green+Blue) = 119+4+4=127 (16% of max value = 765). Red value is 119 (46.88% from 255 or 93.70% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 119 - color contains mainly: red. Hex color #770404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770404 is #88FBFB. Grayscale: #262626. Windows color (decimal): -8977404 or 263287. OLE color: 263287.

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

Color convert

RGB 119 4 4 -
CMYK 0 0.97 0.97 0.53
HSL 0.93% 0.24% -
HSV(B) 0.97% 0.47% -
XYZ 7.67 4.02 0.49 -
YUV 38.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 119 4 4 0 0.97 0.97 0.53 0 0.93 0.24
Hex 77 4 4 0 61 61 35 0 5D 18
Octal 167 4 4 0 141 141 65 0 135 30
Binary 1110111 100 100 0 1100001 1100001 110101 0 1011101 11000

Color Harmonies of #770404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770404

Black with #770404

Text Example


Text Example

White with #770404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770404; }

 p { color: rgb(119,4,4); }

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

background-color css

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

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

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

border-color css

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

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

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