#782605

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

Shades of Falu Red #782605

Tints of Falu Red #782605

Color information

#782605 (or 0x782605) is unknown color: approx Falu Red. HEX triplet: 78, 26 and 05. RGB value is (120,38,5). Sum of RGB (Red+Green+Blue) = 120+38+5=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #782605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782605 is #87D9FA. Grayscale: #3A3A3A. Windows color (decimal): -8903163 or 337528. OLE color: 337528.

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

Color convert

RGB120385-
CMYK00.680.960.53
HSL17.22º92%24.51%-
HSV(B)17.22º95.83%47.06%-
XYZ8.475.390.74-
YUV58.7697.67171.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=73.62%
G=23.31%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12038500.680.960.5317.229224.51
Hex782650446035115c19
Octal1704650104140652113431
Binary111100010011010101000100110000011010110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782605; }

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

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

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

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

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

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

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

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