#781702

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

Shades of Falu Red #781702

Tints of Falu Red #781702

Color information

#781702 (or 0x781702) is unknown color: approx Falu Red. HEX triplet: 78, 17 and 02. RGB value is (120,23,2). Sum of RGB (Red+Green+Blue) = 120+23+2=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #781702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781702 is #87E8FD. Grayscale: #313131. Windows color (decimal): -8907006 or 137080. OLE color: 137080.

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

Color convert

RGB120232-
CMYK00.810.980.53
HSL10.68º96.72%23.92%-
HSV(B)10.68º98.33%47.06%-
XYZ8.064.610.52-
YUV49.61101.14178.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.76%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=82.76%
G=15.86%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12023200.810.980.5310.6896.7223.92
Hex781720516235b6118
Octal1702720121142651314130
Binary111100010111100101000111000101101011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781702; }

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

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

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

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

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

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

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

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