#78270C

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

Shades of Falu Red #78270C

Tints of Falu Red #78270C

Color information

#78270C (or 0x78270C) is unknown color: approx Falu Red. HEX triplet: 78, 27 and 0C. RGB value is (120,39,12). Sum of RGB (Red+Green+Blue) = 120+39+12=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78270C is #87D8F3. Grayscale: #3C3C3C. Windows color (decimal): -8902900 or 796536. OLE color: 796536.

HSL color Cylindrical-coordinate representation of color #78270C: hue angle of 15º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78270C is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1203912-
CMYK00.670.900.53
HSL15º81.82%25.88%-
HSV(B)15º90%47.06%-
XYZ8.545.470.95-
YUV60.14100.84170.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.18%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=70.18%
G=22.81%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120391200.670.900.531581.8225.88
Hex7827C0435A35f521a
Octal17047140103132651712232
Binary111100010011111000100001110110101101011111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78270C; }

 p { color: rgb(120,39,12); }

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

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

 a { background-color: rgb(120,39,12); }

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

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

 span { border-color: rgb(120,39,12); }

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