#77140B

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

Shades of Falu Red #77140B

Tints of Falu Red #77140B

Color information

#77140B (or 0x77140B) is unknown color: approx Falu Red. HEX triplet: 77, 14 and 0B. RGB value is (119,20,11). Sum of RGB (Red+Green+Blue) = 119+20+11=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #77140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77140B is #88EBF4. Grayscale: #303030. Windows color (decimal): -8973301 or 726135. OLE color: 726135.

HSL color Cylindrical-coordinate representation of color #77140B: hue angle of 5º 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 #77140B is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1192011-
CMYK00.830.910.53
HSL83.08%25.49%-
HSV(B)90.76%46.67%-
XYZ7.924.450.76-
YUV48.58106.8178.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.33%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 11 (4.69% from 255) = 7.33%
R=79.33%
G=13.33%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119201100.830.910.53583.0825.49
Hex7714B0535B3555319
Octal1672413012313365512331
Binary1110111101001011010100111011011110101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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