Html Css Color HEX #771C0A Falu Red

📋 copy color: '#771C0A'

red 119 ◦ green 28 ◦ blue 10

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

Shades of Falu Red #771C0A

Tints of Falu Red #771C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

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

R = 75.8%
G = 17.83%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#771C0A (or 0x771C0A) is known color: Falu Red. HEX triplet: 77, 1C and 0A. RGB value is (119,28,10). Sum of RGB (Red+Green+Blue) = 119+28+10=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #771C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C0A is #88E3F5. Grayscale: #353535. Windows color (decimal): -8971254 or 662647. OLE color: 662647.

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

Color convert

RGB 119 28 10 -
CMYK 0 0.76 0.92 0.53
HSL 9.91º 0.84% 0.25% -
HSV(B) 9.91º 0.92% 0.47% -
XYZ 8.08 4.77 0.78 -
YUV 53.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 119 28 10 0 0.76 0.92 0.53 9.91 0.84 0.25
Hex 77 1C A 0 4C 5C 35 A 54 19
Octal 167 34 12 0 114 134 65 12 124 31
Binary 1110111 11100 1010 0 1001100 1011100 110101 1010 1010100 11001

Color Harmonies of #771C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C0A

Black with #771C0A

Text Example


Text Example

White with #771C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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