Html Css Color HEX #771607 Falu Red

📋 copy color: '#771607'

red 119 ◦ green 22 ◦ blue 7

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

Shades of Falu Red #771607

Tints of Falu Red #771607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

 BLUE value IS 7 (3.13% from 255) = 4.73%

R = 80.41%
G = 14.86%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#771607 (or 0x771607) is known color: Falu Red. HEX triplet: 77, 16 and 07. RGB value is (119,22,7). Sum of RGB (Red+Green+Blue) = 119+22+7=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #771607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771607 is #88E9F8. Grayscale: #313131. Windows color (decimal): -8972793 or 464503. OLE color: 464503.

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

Color convert

RGB 119 22 7 -
CMYK 0 0.82 0.94 0.53
HSL 8.04º 0.89% 0.25% -
HSV(B) 8.04º 0.94% 0.47% -
XYZ 7.93 4.51 0.65 -
YUV 49.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 119 22 7 0 0.82 0.94 0.53 8.04 0.89 0.25
Hex 77 16 7 0 52 5E 35 8 59 19
Octal 167 26 7 0 122 136 65 10 131 31
Binary 1110111 10110 111 0 1010010 1011110 110101 1000 1011001 11001

Color Harmonies of #771607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771607

Black with #771607

Text Example


Text Example

White with #771607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771607; }

 p { color: rgb(119,22,7); }

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

background-color css

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

 a { background-color: rgb(119,22,7); }

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

border-color css

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

 span { border-color: rgb(119,22,7); }

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