Html Css Color HEX #771702 Falu Red

📋 copy color: '#771702'

red 119 ◦ green 23 ◦ blue 2

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

Shades of Falu Red #771702

Tints of Falu Red #771702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 82.64%
G = 15.97%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#771702 (or 0x771702) is known color: Falu Red. HEX triplet: 77, 17 and 02. RGB value is (119,23,2). Sum of RGB (Red+Green+Blue) = 119+23+2=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771702 is #88E8FD. Grayscale: #313131. Windows color (decimal): -8972542 or 137079. OLE color: 137079.

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

Color convert

RGB 119 23 2 -
CMYK 0 0.81 0.98 0.53
HSL 10.77º 0.97% 0.24% -
HSV(B) 10.77º 0.98% 0.47% -
XYZ 7.93 4.54 0.52 -
YUV 49.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 119 23 2 0 0.81 0.98 0.53 10.77 0.97 0.24
Hex 77 17 2 0 51 62 35 B 61 18
Octal 167 27 2 0 121 142 65 13 141 30
Binary 1110111 10111 10 0 1010001 1100010 110101 1011 1100001 11000

Color Harmonies of #771702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771702

Black with #771702

Text Example


Text Example

White with #771702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771702; }

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

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

background-color css

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

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

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

border-color css

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

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

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