#780C04

Color #780C04 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #780C04

Tints of Maroon #780C04

Color information

#780C04 (or 0x780C04) is unknown color: approx Maroon. HEX triplet: 78, 0C and 04. RGB value is (120,12,4). Sum of RGB (Red+Green+Blue) = 120+12+4=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #780C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C04 is #87F3FB. Grayscale: #2B2B2B. Windows color (decimal): -8909820 or 265336. OLE color: 265336.

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

Color convert

RGB120124-
CMYK00.900.970.53
HSL4.14º93.55%24.31%-
HSV(B)4.14º96.67%47.06%-
XYZ7.94.260.52-
YUV43.38105.78182.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 88.24%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=88.24%
G=8.82%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012400.900.970.534.1493.5524.31
Hex78C405A613545e18
Octal170144013214165413630
Binary11110001100100010110101100001110101100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #780C04;
 }
 .AnyTagClassName
 {
   color: #780C04;
 }
</style>
background-color css

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

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

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

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

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

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