#780704

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

Shades of Maroon #780704

Tints of Maroon #780704

Color information

#780704 (or 0x780704) is unknown color: approx Maroon. HEX triplet: 78, 07 and 04. RGB value is (120,7,4). Sum of RGB (Red+Green+Blue) = 120+7+4=131 (17% of max value = 765). Red value is 120 (47.27% from 255 or 91.60% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 120 - color contains mainly: red. Hex color #780704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780704 is #87F8FB. Grayscale: #282828. Windows color (decimal): -8911100 or 264056. OLE color: 264056.

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

Color convert

RGB12074-
CMYK00.940.970.53
HSL1.55º93.55%24.31%-
HSV(B)1.55º96.67%47.06%-
XYZ7.844.150.5-
YUV40.44107.44184.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 91.60%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=91.60%
G=5.34%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207400.940.970.531.5593.5524.31
Hex787405E613525e18
Octal17074013614165213630
Binary111100011110001011110110000111010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780704; }

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

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

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

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

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

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

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

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