#7C170C

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

Shades of Falu Red #7C170C

Tints of Falu Red #7C170C

Color information

#7C170C (or 0x7C170C) is unknown color: approx Falu Red. HEX triplet: 7C, 17 and 0C. RGB value is (124,23,12). Sum of RGB (Red+Green+Blue) = 124+23+12=159 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.99% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 124 - color contains mainly: red. Hex color #7C170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C170C is #83E8F3. Grayscale: #343434. Windows color (decimal): -8644852 or 792444. OLE color: 792444.

HSL color Cylindrical-coordinate representation of color #7C170C: hue angle of 5.89º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C170C is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1242312-
CMYK00.810.900.51
HSL5.89º82.35%26.67%-
HSV(B)5.89º90.32%48.63%-
XYZ8.684.920.84-
YUV51.94105.46179.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.99%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=77.99%
G=14.47%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124231200.810.900.515.8982.3526.67
Hex7C17C0515A336521b
Octal1742714012113263612233
Binary1111100101111100010100011011010110011110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C170C; }

 p { color: rgb(124,23,12); }

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

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

 a { background-color: rgb(124,23,12); }

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

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

 span { border-color: rgb(124,23,12); }

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