#781705

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

Shades of Falu Red #781705

Tints of Falu Red #781705

Color information

#781705 (or 0x781705) is unknown color: approx Falu Red. HEX triplet: 78, 17 and 05. RGB value is (120,23,5). Sum of RGB (Red+Green+Blue) = 120+23+5=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #781705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781705 is #87E8FA. Grayscale: #323232. Windows color (decimal): -8907003 or 333688. OLE color: 333688.

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

Color convert

RGB120235-
CMYK00.810.960.53
HSL9.39º92%24.51%-
HSV(B)9.39º95.83%47.06%-
XYZ8.084.620.61-
YUV49.95102.64177.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 81.08%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=81.08%
G=15.54%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12023500.810.960.539.399224.51
Hex78175051603595c19
Octal1702750121140651113431
Binary1111000101111010101000111000001101011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781705; }

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

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

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

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

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

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

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

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