Html Css Color HEX #771805 Falu Red

📋 copy color: '#771805'

red 119 ◦ green 24 ◦ blue 5

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

Shades of Falu Red #771805

Tints of Falu Red #771805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 80.41%
G = 16.22%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#771805 (or 0x771805) is known color: Falu Red. HEX triplet: 77, 18 and 05. RGB value is (119,24,5). Sum of RGB (Red+Green+Blue) = 119+24+5=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #771805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771805 is #88E7FA. Grayscale: #323232. Windows color (decimal): -8972283 or 333943. OLE color: 333943.

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

Color convert

RGB 119 24 5 -
CMYK 0 0.80 0.96 0.53
HSL 10º 0.92% 0.24% -
HSV(B) 10º 0.96% 0.47% -
XYZ 7.96 4.59 0.61 -
YUV 50.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 119 24 5 0 0.80 0.96 0.53 10 0.92 0.24
Hex 77 18 5 0 50 60 35 A 5C 18
Octal 167 30 5 0 120 140 65 12 134 30
Binary 1110111 11000 101 0 1010000 1100000 110101 1010 1011100 11000

Color Harmonies of #771805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771805

Black with #771805

Text Example


Text Example

White with #771805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771805; }

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

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

background-color css

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

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

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

border-color css

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

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

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