#772207

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

Shades of Falu Red #772207

Tints of Falu Red #772207

Color information

#772207 (or 0x772207) is unknown color: approx Falu Red. HEX triplet: 77, 22 and 07. RGB value is (119,34,7). Sum of RGB (Red+Green+Blue) = 119+34+7=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #772207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772207 is #88DDF8. Grayscale: #383838. Windows color (decimal): -8969721 or 467575. OLE color: 467575.

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

Color convert

RGB119347-
CMYK00.710.940.53
HSL14.46º88.89%24.71%-
HSV(B)14.46º94.12%46.67%-
XYZ8.225.080.75-
YUV56.34100.16172.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=74.38%
G=21.25%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11934700.710.940.5314.4688.8924.71
Hex772270475E35e5919
Octal1674270107136651613131
Binary11101111000101110100011110111101101011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772207; }

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

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

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

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

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

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

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

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