Html Css Color HEX #771A00 Falu Red

📋 copy color: '#771A00'

red 119 ◦ green 26 ◦ blue 0

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

Shades of Falu Red #771A00

Tints of Falu Red #771A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.07%
G = 17.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#771A00 (or 0x771A00) is known color: Falu Red. HEX triplet: 77, 1A and 00. RGB value is (119,26,0). Sum of RGB (Red+Green+Blue) = 119+26+0=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #771A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771A00 is #88E5FF. Grayscale: #333333. Windows color (decimal): -8971776 or 6775. OLE color: 6775.

HSL color Cylindrical-coordinate representation of color #771A00: hue angle of 13.11º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #771A00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 0 -
CMYK 0 0.78 1 0.53
HSL 13.11º 1% 0.23% -
HSV(B) 13.11º 1% 0.47% -
XYZ 7.98 4.66 0.48 -
YUV 50.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 119 26 0 0 0.78 1 0.53 13.11 1 0.23
Hex 77 1A 0 0 4E 64 35 D 64 17
Octal 167 32 0 0 116 144 65 15 144 27
Binary 1110111 11010 0 0 1001110 1100100 110101 1101 1100100 10111

Color Harmonies of #771A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A00

Black with #771A00

Text Example


Text Example

White with #771A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,0); }

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

background-color css

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

 a { background-color: rgb(119,26,0); }

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

border-color css

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

 span { border-color: rgb(119,26,0); }

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