#782604

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

Shades of Falu Red #782604

Tints of Falu Red #782604

Color information

#782604 (or 0x782604) is unknown color: approx Falu Red. HEX triplet: 78, 26 and 04. RGB value is (120,38,4). Sum of RGB (Red+Green+Blue) = 120+38+4=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #782604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782604 is #87D9FB. Grayscale: #3A3A3A. Windows color (decimal): -8903164 or 271992. OLE color: 271992.

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

Color convert

RGB120384-
CMYK00.680.970.53
HSL17.59º93.55%24.31%-
HSV(B)17.59º96.67%47.06%-
XYZ8.465.390.71-
YUV58.6497.17171.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.07%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=74.07%
G=23.46%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12038400.680.970.5317.5993.5524.31
Hex782640446135125e18
Octal1704640104141652213630
Binary111100010011010001000100110000111010110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782604; }

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

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

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

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

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

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

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

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