Html Css Color HEX #772419 Falu Red

📋 copy color: '#772419'

red 119 ◦ green 36 ◦ blue 25

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

Shades of Falu Red #772419

Tints of Falu Red #772419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 66.11%
G = 20%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#772419 (or 0x772419) is known color: Falu Red. HEX triplet: 77, 24 and 19. RGB value is (119,36,25). Sum of RGB (Red+Green+Blue) = 119+36+25=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #772419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772419 is #88DBE6. Grayscale: #3B3B3B. Windows color (decimal): -8969191 or 1647735. OLE color: 1647735.

HSL color Cylindrical-coordinate representation of color #772419: hue angle of 7.02º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772419 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 25 -
CMYK 0 0.70 0.79 0.53
HSL 7.02º 0.65% 0.28% -
HSV(B) 7.02º 0.79% 0.47% -
XYZ 8.41 5.25 1.49 -
YUV 59.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 119 36 25 0 0.70 0.79 0.53 7.02 0.65 0.28
Hex 77 24 19 0 46 4F 35 7 41 1C
Octal 167 44 31 0 106 117 65 7 101 34
Binary 1110111 100100 11001 0 1000110 1001111 110101 111 1000001 11100

Color Harmonies of #772419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772419

Black with #772419

Text Example


Text Example

White with #772419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772419; }

 p { color: rgb(119,36,25); }

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

background-color css

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

 a { background-color: rgb(119,36,25); }

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

border-color css

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

 span { border-color: rgb(119,36,25); }

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