#77160D

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

Shades of Falu Red #77160D

Tints of Falu Red #77160D

Color information

#77160D (or 0x77160D) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 0D. RGB value is (119,22,13). Sum of RGB (Red+Green+Blue) = 119+22+13=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #77160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77160D is #88E9F2. Grayscale: #323232. Windows color (decimal): -8972787 or 857719. OLE color: 857719.

HSL color Cylindrical-coordinate representation of color #77160D: hue angle of 5.09º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77160D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1192213-
CMYK00.820.890.53
HSL5.09º80.3%25.88%-
HSV(B)5.09º89.08%46.67%-
XYZ7.974.520.83-
YUV49.98107.14177.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.27%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=77.27%
G=14.29%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119221300.820.890.535.0980.325.88
Hex7716D05259355501a
Octal1672615012213165512032
Binary1110111101101101010100101011001110101101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77160D; }

 p { color: rgb(119,22,13); }

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

<style>
 a { background-color: #77160D; }

 a { background-color: rgb(119,22,13); }

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

<style>
 span { border-color: #77160D; }

 span { border-color: rgb(119,22,13); }

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