Html Css Color HEX #761104 Maroon

📋 copy color: '#761104'

red 118 ◦ green 17 ◦ blue 4

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

Shades of Maroon #761104

Tints of Maroon #761104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 84.89%
G = 12.23%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#761104 (or 0x761104) is known color: Maroon. HEX triplet: 76, 11 and 04. RGB value is (118,17,4). Sum of RGB (Red+Green+Blue) = 118+17+4=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #761104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761104 is #89EEFB. Grayscale: #2D2D2D. Windows color (decimal): -9039612 or 266614. OLE color: 266614.

HSL color Cylindrical-coordinate representation of color #761104: hue angle of 6.84º 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 #761104 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 4 -
CMYK 0 0.86 0.97 0.54
HSL 6.84º 0.93% 0.24% -
HSV(B) 6.84º 0.97% 0.46% -
XYZ 7.69 4.26 0.53 -
YUV 45.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 118 17 4 0 0.86 0.97 0.54 6.84 0.93 0.24
Hex 76 11 4 0 56 61 36 7 5D 18
Octal 166 21 4 0 126 141 66 7 135 30
Binary 1110110 10001 100 0 1010110 1100001 110110 111 1011101 11000

Color Harmonies of #761104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761104

Black with #761104

Text Example


Text Example

White with #761104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761104; }

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

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

background-color css

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

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

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

border-color css

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

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

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