#771608

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

Shades of Falu Red #771608

Tints of Falu Red #771608

Color information

#771608 (or 0x771608) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 08. RGB value is (119,22,8). Sum of RGB (Red+Green+Blue) = 119+22+8=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #771608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771608 is #88E9F7. Grayscale: #313131. Windows color (decimal): -8972792 or 530039. OLE color: 530039.

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

Color convert

RGB119228-
CMYK00.820.930.53
HSL7.57º87.4%24.9%-
HSV(B)7.57º93.28%46.67%-
XYZ7.944.510.68-
YUV49.41104.64177.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.87%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=79.87%
G=14.77%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11922800.820.930.537.5787.424.9
Hex771680525D3585719
Octal16726100122135651012731
Binary11101111011010000101001010111011101011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771608; }

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

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

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

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

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

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

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

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