#781207

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

Shades of Falu Red #781207

Tints of Falu Red #781207

Color information

#781207 (or 0x781207) is unknown color: approx Falu Red. HEX triplet: 78, 12 and 07. RGB value is (120,18,7). Sum of RGB (Red+Green+Blue) = 120+18+7=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #781207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781207 is #87EDF8. Grayscale: #2F2F2F. Windows color (decimal): -8908281 or 463480. OLE color: 463480.

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

Color convert

RGB120187-
CMYK00.850.940.53
HSL5.84º88.98%24.9%-
HSV(B)5.84º94.17%47.06%-
XYZ84.440.64-
YUV47.24105.29179.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.76%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 7 (3.12% from 255) = 4.83%
R=82.76%
G=12.41%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12018700.850.940.535.8488.9824.9
Hex781270555E3565919
Octal170227012513665613131
Binary111100010010111010101011011110110101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781207; }

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

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

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

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

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

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

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

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