Html Css Color HEX #771902 Falu Red

📋 copy color: '#771902'

red 119 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #771902

Tints of Falu Red #771902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 81.51%
G = 17.12%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#771902 (or 0x771902) is known color: Falu Red. HEX triplet: 77, 19 and 02. RGB value is (119,25,2). Sum of RGB (Red+Green+Blue) = 119+25+2=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #771902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771902 is #88E6FD. Grayscale: #323232. Windows color (decimal): -8972030 or 137591. OLE color: 137591.

HSL color Cylindrical-coordinate representation of color #771902: hue angle of 11.79º 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 #771902 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 2 -
CMYK 0 0.79 0.98 0.53
HSL 11.79º 0.97% 0.24% -
HSV(B) 11.79º 0.98% 0.47% -
XYZ 7.97 4.62 0.53 -
YUV 50.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 119 25 2 0 0.79 0.98 0.53 11.79 0.97 0.24
Hex 77 19 2 0 4F 62 35 C 61 18
Octal 167 31 2 0 117 142 65 14 141 30
Binary 1110111 11001 10 0 1001111 1100010 110101 1100 1100001 11000

Color Harmonies of #771902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771902

Black with #771902

Text Example


Text Example

White with #771902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771902; }

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

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

background-color css

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

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

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

border-color css

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

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

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