#771A08

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

Shades of Falu Red #771A08

Tints of Falu Red #771A08

Color information

#771A08 (or 0x771A08) is unknown color: approx Falu Red. HEX triplet: 77, 1A and 08. RGB value is (119,26,8). Sum of RGB (Red+Green+Blue) = 119+26+8=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #771A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771A08 is #88E5F7. Grayscale: #333333. Windows color (decimal): -8971768 or 531063. OLE color: 531063.

HSL color Cylindrical-coordinate representation of color #771A08: hue angle of 9.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #771A08 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119268-
CMYK00.780.930.53
HSL9.73º87.4%24.9%-
HSV(B)9.73º93.28%46.67%-
XYZ8.024.680.71-
YUV51.76103.31175.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=77.78%
G=16.99%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11926800.780.930.539.7387.424.9
Hex771A804E5D35a5719
Octal16732100116135651212731
Binary11101111101010000100111010111011101011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771A08; }

 p { color: rgb(119,26,8); }

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

<style>
 a { background-color: #771A08; }

 a { background-color: rgb(119,26,8); }

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

<style>
 span { border-color: #771A08; }

 span { border-color: rgb(119,26,8); }

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