#781707

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

Shades of Falu Red #781707

Tints of Falu Red #781707

Color information

#781707 (or 0x781707) is unknown color: approx Falu Red. HEX triplet: 78, 17 and 07. RGB value is (120,23,7). Sum of RGB (Red+Green+Blue) = 120+23+7=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #781707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781707 is #87E8F8. Grayscale: #323232. Windows color (decimal): -8907001 or 464760. OLE color: 464760.

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

Color convert

RGB120237-
CMYK00.810.940.53
HSL8.5º88.98%24.9%-
HSV(B)8.5º94.17%47.06%-
XYZ8.094.620.67-
YUV50.18103.64177.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 7 (3.12% from 255) = 4.67%
R=80%
G=15.33%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12023700.810.940.538.588.9824.9
Hex781770515E3585919
Octal1702770121136651013131
Binary1111000101111110101000110111101101011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781707; }

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

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

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

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

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

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

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

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