Html Css Color HEX #772111 Falu Red

📋 copy color: '#772111'

red 119 ◦ green 33 ◦ blue 17

#772111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #772111

Tints of Falu Red #772111

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 value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#772111 (or 0x772111) is known color: 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

RGB 119 33 17 -
CMYK 0 0.72 0.86 0.53
HSL 9.41º 0.75% 0.27% -
HSV(B) 9.41º 0.86% 0.47% -
XYZ 8.25 5.05 1.07 -
YUV 56.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 119 33 17 0 0.72 0.86 0.53 9.41 0.75 0.27
Hex 77 21 11 0 48 56 35 9 4B 1B
Octal 167 41 21 0 110 126 65 11 113 33
Binary 1110111 100001 10001 0 1001000 1010110 110101 1001 1001011 11011

Color Harmonies of #772111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772111

Black with #772111

Text Example


Text Example

White with #772111

Text Example


Text Example

HTML Codes & Css Web 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>