#782607

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

Shades of Falu Red #782607

Tints of Falu Red #782607

Color information

#782607 (or 0x782607) is unknown color: approx Falu Red. HEX triplet: 78, 26 and 07. RGB value is (120,38,7). Sum of RGB (Red+Green+Blue) = 120+38+7=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #782607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782607 is #87D9F8. Grayscale: #3B3B3B. Windows color (decimal): -8903161 or 468600. OLE color: 468600.

HSL color Cylindrical-coordinate representation of color #782607: hue angle of 16.46º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #782607 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB120387-
CMYK00.680.940.53
HSL16.46º88.98%24.9%-
HSV(B)16.46º94.17%47.06%-
XYZ8.485.390.8-
YUV58.9898.67171.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=72.73%
G=23.03%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12038700.680.940.5316.4688.9824.9
Hex782670445E35105919
Octal1704670104136652013131
Binary111100010011011101000100101111011010110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782607; }

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

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

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

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

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

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

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

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