#77110A

Color #77110A Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #77110A

Tints of Falu Red #77110A

Color information

#77110A (or 0x77110A) is unknown color: approx 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

RGB1191710-
CMYK00.860.920.53
HSL3.85º84.5%25.29%-
HSV(B)3.85º91.6%46.67%-
XYZ7.864.340.71-
YUV46.7107.29179.57-

RGB Variations

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

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.30% from 255) = 6.85%
R=81.51%
G=11.64%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119171000.860.920.533.8584.525.29
Hex7711A0565C3545419
Octal1672112012613465412431
Binary1110111100011010010101101011100110101100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>