#77180A

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

Shades of Falu Red #77180A

Tints of Falu Red #77180A

Color information

#77180A (or 0x77180A) is unknown color: approx Falu Red. HEX triplet: 77, 18 and 0A. RGB value is (119,24,10). Sum of RGB (Red+Green+Blue) = 119+24+10=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #77180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77180A is #88E7F5. Grayscale: #323232. Windows color (decimal): -8972278 or 661623. OLE color: 661623.

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

Color convert

RGB1192410-
CMYK00.800.920.53
HSL7.71º84.5%25.29%-
HSV(B)7.71º91.6%46.67%-
XYZ7.994.60.75-
YUV50.81104.97176.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=77.78%
G=15.69%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119241000.800.920.537.7184.525.29
Hex7718A0505C3585419
Octal16730120120134651012431
Binary11101111100010100101000010111001101011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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