#772607

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

Shades of Falu Red #772607

Tints of Falu Red #772607

Color information

#772607 (or 0x772607) is unknown color: approx Falu Red. HEX triplet: 77, 26 and 07. RGB value is (119,38,7). Sum of RGB (Red+Green+Blue) = 119+38+7=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #772607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772607 is #88D9F8. Grayscale: #3A3A3A. Windows color (decimal): -8968697 or 468599. OLE color: 468599.

HSL color Cylindrical-coordinate representation of color #772607: hue angle of 16.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #772607 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119387-
CMYK00.680.940.53
HSL16.61º88.89%24.71%-
HSV(B)16.61º94.12%46.67%-
XYZ8.345.320.79-
YUV58.6898.84171.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.56%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=72.56%
G=23.17%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11938700.680.940.5316.6188.8924.71
Hex772670445E35115919
Octal1674670104136652113131
Binary111011110011011101000100101111011010110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772607; }

 p { color: rgb(119,38,7); }

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

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

 a { background-color: rgb(119,38,7); }

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

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

 span { border-color: rgb(119,38,7); }

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