#77170B

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

Shades of Falu Red #77170B

Tints of Falu Red #77170B

Color information

#77170B (or 0x77170B) is unknown color: approx Falu Red. HEX triplet: 77, 17 and 0B. RGB value is (119,23,11). Sum of RGB (Red+Green+Blue) = 119+23+11=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #77170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77170B is #88E8F4. Grayscale: #323232. Windows color (decimal): -8972533 or 726903. OLE color: 726903.

HSL color Cylindrical-coordinate representation of color #77170B: hue angle of 6.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77170B is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1192311-
CMYK00.810.910.53
HSL6.67º83.08%25.49%-
HSV(B)6.67º90.76%46.67%-
XYZ7.974.560.78-
YUV50.34105.8176.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=77.78%
G=15.03%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119231100.810.910.536.6783.0825.49
Hex7717B0515B3575319
Octal1672713012113365712331
Binary1110111101111011010100011011011110101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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