#772111

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

Shades of Falu Red #772111

Tints of Falu Red #772111

Color information

#772111 (or 0x772111) is unknown color: approx Falu Red. HEX triplet: 77, 21 and 11. RGB value is (119,33,17). Sum of RGB (Red+Green+Blue) = 119+33+17=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772111 is #88DEEE. Grayscale: #393939. Windows color (decimal): -8969967 or 1122679. OLE color: 1122679.

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

Color convert

RGB1193317-
CMYK00.720.860.53
HSL9.41º75%26.67%-
HSV(B)9.41º85.71%46.67%-
XYZ8.255.051.07-
YUV56.89105.49172.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.41%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=70.41%
G=19.53%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119331700.720.860.539.417526.67
Hex772111048563594b1b
Octal16741210110126651111333
Binary1110111100001100010100100010101101101011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772111; }

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

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

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

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

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

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

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

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