#771207

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

Shades of Falu Red #771207

Tints of Falu Red #771207

Color information

#771207 (or 0x771207) is unknown color: approx Falu Red. HEX triplet: 77, 12 and 07. RGB value is (119,18,7). Sum of RGB (Red+Green+Blue) = 119+18+7=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771207 is #88EDF8. Grayscale: #2F2F2F. Windows color (decimal): -8973817 or 463479. OLE color: 463479.

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

Color convert

RGB119187-
CMYK00.850.940.53
HSL5.89º88.89%24.71%-
HSV(B)5.89º94.12%46.67%-
XYZ7.864.370.63-
YUV46.94105.46179.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.64%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=82.64%
G=12.5%
B=4.86%

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
Decimal11918700.850.940.535.8988.8924.71
Hex771270555E3565919
Octal167227012513665613131
Binary111011110010111010101011011110110101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771207; }

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

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

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

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

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

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

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

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