Html Css Color HEX #780E04 Maroon

📋 copy color: '#780E04'

red 120 ◦ green 14 ◦ blue 4

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

Shades of Maroon #780E04

Tints of Maroon #780E04

RGB

 RED value IS 120 (47.27% from 255) = 86.96%

 GREEN value IS 14 (5.86% from 255) = 10.14%

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

R = 86.96%
G = 10.14%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#780E04 (or 0x780E04) is known color: Maroon. HEX triplet: 78, 0E and 04. RGB value is (120,14,4). Sum of RGB (Red+Green+Blue) = 120+14+4=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #780E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780E04 is #87F1FB. Grayscale: #2C2C2C. Windows color (decimal): -8909308 or 265848. OLE color: 265848.

HSL color Cylindrical-coordinate representation of color #780E04: hue angle of 5.17º degrees, saturation: 0.94, 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 #780E04 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 14 4 -
CMYK 0 0.88 0.97 0.53
HSL 5.17º 0.94% 0.24% -
HSV(B) 5.17º 0.97% 0.47% -
XYZ 7.92 4.32 0.53 -
YUV 44.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 120 14 4 0 0.88 0.97 0.53 5.17 0.94 0.24
Hex 78 E 4 0 58 61 35 5 5E 18
Octal 170 16 4 0 130 141 65 5 136 30
Binary 1111000 1110 100 0 1011000 1100001 110101 101 1011110 11000

Color Harmonies of #780E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780E04

Black with #780E04

Text Example


Text Example

White with #780E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780E04; }

 p { color: rgb(120,14,4); }

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

background-color css

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

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

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

border-color css

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

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

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