#781b07

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

Shades of Falu Red #781B07

Tints of Falu Red #781B07

Color information

#781B07 (or 0x781B07) is unknown color: approx Falu Red. HEX triplet: 78, 1B and 07. RGB value is (120,27,7). Sum of RGB (Red+Green+Blue) = 120+27+7=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #781B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B07 is #87E4F8. Grayscale: #343434. Windows color (decimal): -8905977 or 465784. OLE color: 465784.

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

Color convert

RGB120277-
CMYK00.780.940.53
HSL10.62º88.98%24.9%-
HSV(B)10.62º94.17%47.06%-
XYZ8.184.790.7-
YUV52.53102.31176.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 77.92%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 7 (3.12% from 255) = 4.55%
R=77.92%
G=17.53%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12027700.780.940.5310.6288.9824.9
Hex781B704E5E35b5919
Octal1703370116136651313131
Binary1111000110111110100111010111101101011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781b07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781b07; }

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

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

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

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

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

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

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

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