#771711

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

Shades of Falu Red #771711

Tints of Falu Red #771711

Color information

#771711 (or 0x771711) is unknown color: approx Falu Red. HEX triplet: 77, 17 and 11. RGB value is (119,23,17). Sum of RGB (Red+Green+Blue) = 119+23+17=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #771711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771711 is #88E8EE. Grayscale: #333333. Windows color (decimal): -8972527 or 1120119. OLE color: 1120119.

HSL color Cylindrical-coordinate representation of color #771711: hue angle of 3.53º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771711 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1192317-
CMYK00.810.860.53
HSL3.53º75%26.67%-
HSV(B)3.53º85.71%46.67%-
XYZ8.024.580.99-
YUV51.02108.8176.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=74.84%
G=14.47%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119231700.810.860.533.537526.67
Hex771711051563544b1b
Octal1672721012112665411333
Binary11101111011110001010100011010110110101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771711; }

 p { color: rgb(119,23,17); }

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

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

 a { background-color: rgb(119,23,17); }

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

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

 span { border-color: rgb(119,23,17); }

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