Html Css Color HEX #771207 Falu Red

📋 copy color: '#771207'

red 119 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #771207

Tints of Falu Red #771207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

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

R = 82.64%
G = 12.5%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#771207 (or 0x771207) is known color: Falu Red. HEX triplet: 77, 12 and 07. RGB value is (119,18,7). Sum of RGB (Red+Green+Blue) = 119+18+7=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771207 is #88EDF8. Grayscale: #2F2F2F. Windows color (decimal): -8973817 or 463479. OLE color: 463479.

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

Color convert

RGB 119 18 7 -
CMYK 0 0.85 0.94 0.53
HSL 5.89º 0.89% 0.25% -
HSV(B) 5.89º 0.94% 0.47% -
XYZ 7.86 4.37 0.63 -
YUV 46.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 119 18 7 0 0.85 0.94 0.53 5.89 0.89 0.25
Hex 77 12 7 0 55 5E 35 6 59 19
Octal 167 22 7 0 125 136 65 6 131 31
Binary 1110111 10010 111 0 1010101 1011110 110101 110 1011001 11001

Color Harmonies of #771207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771207

Black with #771207

Text Example


Text Example

White with #771207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771207; }

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

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

background-color css

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

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

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

border-color css

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

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

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