Html Css Color HEX #761204 Maroon

📋 copy color: '#761204'

red 118 ◦ green 18 ◦ blue 4

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

Shades of Maroon #761204

Tints of Maroon #761204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 84.29%
G = 12.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#761204 (or 0x761204) is known color: Maroon. HEX triplet: 76, 12 and 04. RGB value is (118,18,4). Sum of RGB (Red+Green+Blue) = 118+18+4=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #761204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761204 is #89EDFB. Grayscale: #2E2E2E. Windows color (decimal): -9039356 or 266870. OLE color: 266870.

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

Color convert

RGB 118 18 4 -
CMYK 0 0.85 0.97 0.54
HSL 7.37º 0.93% 0.24% -
HSV(B) 7.37º 0.97% 0.46% -
XYZ 7.71 4.29 0.54 -
YUV 46.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 118 18 4 0 0.85 0.97 0.54 7.37 0.93 0.24
Hex 76 12 4 0 55 61 36 7 5D 18
Octal 166 22 4 0 125 141 66 7 135 30
Binary 1110110 10010 100 0 1010101 1100001 110110 111 1011101 11000

Color Harmonies of #761204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761204

Black with #761204

Text Example


Text Example

White with #761204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761204; }

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

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

background-color css

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

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

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

border-color css

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

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

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