Html Css Color HEX #771A0A Falu Red

📋 copy color: '#771A0A'

red 119 ◦ green 26 ◦ blue 10

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

Shades of Falu Red #771A0A

Tints of Falu Red #771A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.45%

R = 76.77%
G = 16.77%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#771A0A (or 0x771A0A) is known color: Falu Red. HEX triplet: 77, 1A and 0A. RGB value is (119,26,10). Sum of RGB (Red+Green+Blue) = 119+26+10=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #771A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771A0A is #88E5F5. Grayscale: #343434. Windows color (decimal): -8971766 or 662135. OLE color: 662135.

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

Color convert

RGB 119 26 10 -
CMYK 0 0.78 0.92 0.53
HSL 8.81º 0.84% 0.25% -
HSV(B) 8.81º 0.92% 0.47% -
XYZ 8.03 4.68 0.77 -
YUV 51.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 119 26 10 0 0.78 0.92 0.53 8.81 0.84 0.25
Hex 77 1A A 0 4E 5C 35 9 54 19
Octal 167 32 12 0 116 134 65 11 124 31
Binary 1110111 11010 1010 0 1001110 1011100 110101 1001 1010100 11001

Color Harmonies of #771A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A0A

Black with #771A0A

Text Example


Text Example

White with #771A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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