Html Css Color HEX #771712 Falu Red

📋 copy color: '#771712'

red 119 ◦ green 23 ◦ blue 18

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

Shades of Falu Red #771712

Tints of Falu Red #771712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 74.38%
G = 14.38%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#771712 (or 0x771712) is known color: Falu Red. HEX triplet: 77, 17 and 12. RGB value is (119,23,18). Sum of RGB (Red+Green+Blue) = 119+23+18=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #771712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771712 is #88E8ED. Grayscale: #333333. Windows color (decimal): -8972526 or 1185655. OLE color: 1185655.

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

Color convert

RGB 119 23 18 -
CMYK 0 0.81 0.85 0.53
HSL 2.97º 0.74% 0.27% -
HSV(B) 2.97º 0.85% 0.47% -
XYZ 8.02 4.58 1.03 -
YUV 51.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 119 23 18 0 0.81 0.85 0.53 2.97 0.74 0.27
Hex 77 17 12 0 51 55 35 3 4A 1B
Octal 167 27 22 0 121 125 65 3 112 33
Binary 1110111 10111 10010 0 1010001 1010101 110101 11 1001010 11011

Color Harmonies of #771712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771712

Black with #771712

Text Example


Text Example

White with #771712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771712; }

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

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

background-color css

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

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

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

border-color css

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

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

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