Html Css Color HEX #772120 Falu Red

📋 copy color: '#772120'

red 119 ◦ green 33 ◦ blue 32

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

Shades of Falu Red #772120

Tints of Falu Red #772120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 64.67%
G = 17.93%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#772120 (or 0x772120) is known color: Falu Red. HEX triplet: 77, 21 and 20. RGB value is (119,33,32). Sum of RGB (Red+Green+Blue) = 119+33+32=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #772120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772120 is #88DEDF. Grayscale: #3A3A3A. Windows color (decimal): -8969952 or 2105719. OLE color: 2105719.

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

Color convert

RGB 119 33 32 -
CMYK 0 0.72 0.73 0.53
HSL 0.69º 0.58% 0.3% -
HSV(B) 0.69º 0.73% 0.47% -
XYZ 8.41 5.11 1.91 -
YUV 58.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 119 33 32 0 0.72 0.73 0.53 0.69 0.58 0.3
Hex 77 21 20 0 48 49 35 1 3A 1E
Octal 167 41 40 0 110 111 65 1 72 36
Binary 1110111 100001 100000 0 1001000 1001001 110101 1 111010 11110

Color Harmonies of #772120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772120

Black with #772120

Text Example


Text Example

White with #772120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772120; }

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

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

background-color css

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

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

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

border-color css

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

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

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