Html Css Color HEX #772220 Falu Red

📋 copy color: '#772220'

red 119 ◦ green 34 ◦ blue 32

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

Shades of Falu Red #772220

Tints of Falu Red #772220

RGB

 RED value IS 119 (46.88% from 255) = 64.32%

 GREEN value IS 34 (13.67% from 255) = 18.38%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 64.32%
G = 18.38%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#772220 (or 0x772220) is known color: Falu Red. HEX triplet: 77, 22 and 20. RGB value is (119,34,32). Sum of RGB (Red+Green+Blue) = 119+34+32=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #772220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772220 is #88DDDF. Grayscale: #3B3B3B. Windows color (decimal): -8969696 or 2105975. OLE color: 2105975.

HSL color Cylindrical-coordinate representation of color #772220: hue angle of 1.38º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772220 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 32 -
CMYK 0 0.71 0.73 0.53
HSL 1.38º 0.58% 0.3% -
HSV(B) 1.38º 0.73% 0.47% -
XYZ 8.44 5.17 1.92 -
YUV 59.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 119 34 32 0 0.71 0.73 0.53 1.38 0.58 0.3
Hex 77 22 20 0 47 49 35 1 3A 1E
Octal 167 42 40 0 107 111 65 1 72 36
Binary 1110111 100010 100000 0 1000111 1001001 110101 1 111010 11110

Color Harmonies of #772220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772220

Black with #772220

Text Example


Text Example

White with #772220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772220; }

 p { color: rgb(119,34,32); }

 H1.HeaderClassName
 {
   color: #772220;
 }
 .AnyTagClassName
 {
   color: #772220;
 }
</style>

background-color css

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

 a { background-color: rgb(119,34,32); }

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

border-color css

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

 span { border-color: rgb(119,34,32); }

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