Html Css Color HEX #771808 Falu Red

📋 copy color: '#771808'

red 119 ◦ green 24 ◦ blue 8

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

Shades of Falu Red #771808

Tints of Falu Red #771808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 78.81%
G = 15.89%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#771808 (or 0x771808) is known color: Falu Red. HEX triplet: 77, 18 and 08. RGB value is (119,24,8). Sum of RGB (Red+Green+Blue) = 119+24+8=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #771808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771808 is #88E7F7. Grayscale: #323232. Windows color (decimal): -8972280 or 530551. OLE color: 530551.

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

Color convert

RGB 119 24 8 -
CMYK 0 0.80 0.93 0.53
HSL 8.65º 0.87% 0.25% -
HSV(B) 8.65º 0.93% 0.47% -
XYZ 7.98 4.59 0.7 -
YUV 50.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 119 24 8 0 0.80 0.93 0.53 8.65 0.87 0.25
Hex 77 18 8 0 50 5D 35 9 57 19
Octal 167 30 10 0 120 135 65 11 127 31
Binary 1110111 11000 1000 0 1010000 1011101 110101 1001 1010111 11001

Color Harmonies of #771808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771808

Black with #771808

Text Example


Text Example

White with #771808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771808; }

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

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

background-color css

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

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

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

border-color css

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

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

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