Html Css Color HEX #771711 Falu Red

📋 copy color: '#771711'

red 119 ◦ green 23 ◦ blue 17

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

Shades of Falu Red #771711

Tints of Falu Red #771711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 17 (7.03% from 255) = 10.69%

R = 74.84%
G = 14.47%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#771711 (or 0x771711) is known color: Falu Red. HEX triplet: 77, 17 and 11. RGB value is (119,23,17). Sum of RGB (Red+Green+Blue) = 119+23+17=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #771711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771711 is #88E8EE. Grayscale: #333333. Windows color (decimal): -8972527 or 1120119. OLE color: 1120119.

HSL color Cylindrical-coordinate representation of color #771711: hue angle of 3.53º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771711 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 17 -
CMYK 0 0.81 0.86 0.53
HSL 3.53º 0.75% 0.27% -
HSV(B) 3.53º 0.86% 0.47% -
XYZ 8.02 4.58 0.99 -
YUV 51.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 119 23 17 0 0.81 0.86 0.53 3.53 0.75 0.27
Hex 77 17 11 0 51 56 35 4 4B 1B
Octal 167 27 21 0 121 126 65 4 113 33
Binary 1110111 10111 10001 0 1010001 1010110 110101 100 1001011 11011

Color Harmonies of #771711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771711

Black with #771711

Text Example


Text Example

White with #771711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771711; }

 p { color: rgb(119,23,17); }

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

background-color css

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

 a { background-color: rgb(119,23,17); }

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

border-color css

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

 span { border-color: rgb(119,23,17); }

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