Html Css Color HEX #77110A Falu Red

📋 copy color: '#77110A'

red 119 ◦ green 17 ◦ blue 10

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

Shades of Falu Red #77110A

Tints of Falu Red #77110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.64%

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

R = 81.51%
G = 11.64%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77110A (or 0x77110A) is known color: Falu Red. HEX triplet: 77, 11 and 0A. RGB value is (119,17,10). Sum of RGB (Red+Green+Blue) = 119+17+10=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #77110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77110A is #88EEF5. Grayscale: #2E2E2E. Windows color (decimal): -8974070 or 659831. OLE color: 659831.

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

Color convert

RGB 119 17 10 -
CMYK 0 0.86 0.92 0.53
HSL 3.85º 0.84% 0.25% -
HSV(B) 3.85º 0.92% 0.47% -
XYZ 7.86 4.34 0.71 -
YUV 46.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 119 17 10 0 0.86 0.92 0.53 3.85 0.84 0.25
Hex 77 11 A 0 56 5C 35 4 54 19
Octal 167 21 12 0 126 134 65 4 124 31
Binary 1110111 10001 1010 0 1010110 1011100 110101 100 1010100 11001

Color Harmonies of #77110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77110A

Black with #77110A

Text Example


Text Example

White with #77110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77110A; }

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

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

background-color css

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

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

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

border-color css

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

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

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