#772606

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

Shades of Falu Red #772606

Tints of Falu Red #772606

Color information

#772606 (or 0x772606) is unknown color: approx Falu Red. HEX triplet: 77, 26 and 06. RGB value is (119,38,6). Sum of RGB (Red+Green+Blue) = 119+38+6=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #772606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772606 is #88D9F9. Grayscale: #3A3A3A. Windows color (decimal): -8968698 or 403063. OLE color: 403063.

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

Color convert

RGB119386-
CMYK00.680.950.53
HSL16.99º90.4%24.51%-
HSV(B)16.99º94.96%46.67%-
XYZ8.335.320.76-
YUV58.5798.34171.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=73.01%
G=23.31%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11938600.680.950.5316.9990.424.51
Hex772660445F35115a19
Octal1674660104137652113231
Binary111011110011011001000100101111111010110001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772606; }

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

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

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

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

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

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

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

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