#781706

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

Shades of Falu Red #781706

Tints of Falu Red #781706

Color information

#781706 (or 0x781706) is unknown color: approx Falu Red. HEX triplet: 78, 17 and 06. RGB value is (120,23,6). Sum of RGB (Red+Green+Blue) = 120+23+6=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #781706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781706 is #87E8F9. Grayscale: #323232. Windows color (decimal): -8907002 or 399224. OLE color: 399224.

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

Color convert

RGB120236-
CMYK00.810.950.53
HSL8.95º90.48%24.71%-
HSV(B)8.95º95%47.06%-
XYZ8.084.620.64-
YUV50.06103.14177.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80.54%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=80.54%
G=15.44%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12023600.810.950.538.9590.4824.71
Hex781760515F3595a19
Octal1702760121137651113231
Binary1111000101111100101000110111111101011001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781706; }

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

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

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

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

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

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

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

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