Html Css Color HEX #771804 Falu Red

📋 copy color: '#771804'

red 119 ◦ green 24 ◦ blue 4

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

Shades of Falu Red #771804

Tints of Falu Red #771804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

 BLUE value IS 4 (1.95% from 255) = 2.72%

R = 80.95%
G = 16.33%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#771804 (or 0x771804) is known color: Falu Red. HEX triplet: 77, 18 and 04. RGB value is (119,24,4). Sum of RGB (Red+Green+Blue) = 119+24+4=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #771804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771804 is #88E7FB. Grayscale: #323232. Windows color (decimal): -8972284 or 268407. OLE color: 268407.

HSL color Cylindrical-coordinate representation of color #771804: hue angle of 10.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #771804 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 4 -
CMYK 0 0.80 0.97 0.53
HSL 10.43º 0.93% 0.24% -
HSV(B) 10.43º 0.97% 0.47% -
XYZ 7.96 4.58 0.58 -
YUV 50.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 119 24 4 0 0.80 0.97 0.53 10.43 0.93 0.24
Hex 77 18 4 0 50 61 35 A 5D 18
Octal 167 30 4 0 120 141 65 12 135 30
Binary 1110111 11000 100 0 1010000 1100001 110101 1010 1011101 11000

Color Harmonies of #771804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771804

Black with #771804

Text Example


Text Example

White with #771804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771804; }

 p { color: rgb(119,24,4); }

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

background-color css

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

 a { background-color: rgb(119,24,4); }

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

border-color css

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

 span { border-color: rgb(119,24,4); }

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