Html Css Color HEX #761404 Maroon

📋 copy color: '#761404'

red 118 ◦ green 20 ◦ blue 4

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

Shades of Maroon #761404

Tints of Maroon #761404

RGB

 RED value IS 118 (46.48% from 255) = 83.1%

 GREEN value IS 20 (8.2% from 255) = 14.08%

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

R = 83.1%
G = 14.08%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#761404 (or 0x761404) is known color: Maroon. HEX triplet: 76, 14 and 04. RGB value is (118,20,4). Sum of RGB (Red+Green+Blue) = 118+20+4=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #761404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761404 is #89EBFB. Grayscale: #2F2F2F. Windows color (decimal): -9038844 or 267382. OLE color: 267382.

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

Color convert

RGB 118 20 4 -
CMYK 0 0.83 0.97 0.54
HSL 8.42º 0.93% 0.24% -
HSV(B) 8.42º 0.97% 0.46% -
XYZ 7.74 4.36 0.55 -
YUV 47.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 118 20 4 0 0.83 0.97 0.54 8.42 0.93 0.24
Hex 76 14 4 0 53 61 36 8 5D 18
Octal 166 24 4 0 123 141 66 10 135 30
Binary 1110110 10100 100 0 1010011 1100001 110110 1000 1011101 11000

Color Harmonies of #761404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761404

Black with #761404

Text Example


Text Example

White with #761404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761404; }

 p { color: rgb(118,20,4); }

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

background-color css

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

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

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

border-color css

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

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

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