#77170A

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

Shades of Falu Red #77170A

Tints of Falu Red #77170A

Color information

#77170A (or 0x77170A) is unknown color: approx Falu Red. HEX triplet: 77, 17 and 0A. RGB value is (119,23,10). Sum of RGB (Red+Green+Blue) = 119+23+10=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #77170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77170A is #88E8F5. Grayscale: #323232. Windows color (decimal): -8972534 or 661367. OLE color: 661367.

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

Color convert

RGB1192310-
CMYK00.810.920.53
HSL7.16º84.5%25.29%-
HSV(B)7.16º91.6%46.67%-
XYZ7.974.560.75-
YUV50.22105.3177.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 78.29%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=78.29%
G=15.13%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119231000.810.920.537.1684.525.29
Hex7717A0515C3575419
Octal1672712012113465712431
Binary1110111101111010010100011011100110101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77170A;
 }
 .AnyTagClassName
 {
   color: #77170A;
 }
</style>
background-color css

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

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

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

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

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

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