Html Css Color HEX #771F07 Falu Red

📋 copy color: '#771F07'

red 119 ◦ green 31 ◦ blue 7

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

Shades of Falu Red #771F07

Tints of Falu Red #771F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

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

R = 75.8%
G = 19.75%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#771F07 (or 0x771F07) is known color: Falu Red. HEX triplet: 77, 1F and 07. RGB value is (119,31,7). Sum of RGB (Red+Green+Blue) = 119+31+7=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #771F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F07 is #88E0F8. Grayscale: #363636. Windows color (decimal): -8970489 or 466807. OLE color: 466807.

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

Color convert

RGB 119 31 7 -
CMYK 0 0.74 0.94 0.53
HSL 12.86º 0.89% 0.25% -
HSV(B) 12.86º 0.94% 0.47% -
XYZ 8.14 4.92 0.72 -
YUV 54.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 119 31 7 0 0.74 0.94 0.53 12.86 0.89 0.25
Hex 77 1F 7 0 4A 5E 35 D 59 19
Octal 167 37 7 0 112 136 65 15 131 31
Binary 1110111 11111 111 0 1001010 1011110 110101 1101 1011001 11001

Color Harmonies of #771F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F07

Black with #771F07

Text Example


Text Example

White with #771F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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