Html Css Color HEX #77221A Falu Red

📋 copy color: '#77221A'

red 119 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #77221A

Tints of Falu Red #77221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.53%

R = 66.48%
G = 18.99%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77221A (or 0x77221A) is known color: Falu Red. HEX triplet: 77, 22 and 1A. RGB value is (119,34,26). Sum of RGB (Red+Green+Blue) = 119+34+26=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #77221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77221A is #88DDE5. Grayscale: #3A3A3A. Windows color (decimal): -8969702 or 1712759. OLE color: 1712759.

HSL color Cylindrical-coordinate representation of color #77221A: hue angle of 5.16º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77221A is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 26 -
CMYK 0 0.71 0.78 0.53
HSL 5.16º 0.64% 0.28% -
HSV(B) 5.16º 0.78% 0.47% -
XYZ 8.37 5.14 1.53 -
YUV 58.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 119 34 26 0 0.71 0.78 0.53 5.16 0.64 0.28
Hex 77 22 1A 0 47 4E 35 5 40 1C
Octal 167 42 32 0 107 116 65 5 100 34
Binary 1110111 100010 11010 0 1000111 1001110 110101 101 1000000 11100

Color Harmonies of #77221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77221A

Black with #77221A

Text Example


Text Example

White with #77221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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