#771708

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

Shades of Falu Red #771708

Tints of Falu Red #771708

Color information

#771708 (or 0x771708) is unknown color: approx Falu Red. HEX triplet: 77, 17 and 08. RGB value is (119,23,8). Sum of RGB (Red+Green+Blue) = 119+23+8=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771708 is #88E8F7. Grayscale: #323232. Windows color (decimal): -8972536 or 530295. OLE color: 530295.

HSL color Cylindrical-coordinate representation of color #771708: hue angle of 8.11º 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 #771708 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119238-
CMYK00.810.930.53
HSL8.11º87.4%24.9%-
HSV(B)8.11º93.28%46.67%-
XYZ7.964.550.69-
YUV49.99104.3177.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.33%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 8 (3.52% from 255) = 5.33%
R=79.33%
G=15.33%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11923800.810.930.538.1187.424.9
Hex771780515D3585719
Octal16727100121135651012731
Binary11101111011110000101000110111011101011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771708; }

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

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

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

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

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

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

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

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