#772617

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

Shades of Falu Red #772617

Tints of Falu Red #772617

Color information

#772617 (or 0x772617) is unknown color: approx Falu Red. HEX triplet: 77, 26 and 17. RGB value is (119,38,23). Sum of RGB (Red+Green+Blue) = 119+38+23=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #772617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772617 is #88D9E8. Grayscale: #3C3C3C. Windows color (decimal): -8968681 or 1517175. OLE color: 1517175.

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

Color convert

RGB1193823-
CMYK00.680.810.53
HSL9.38º67.61%27.84%-
HSV(B)9.38º80.67%46.67%-
XYZ8.465.371.4-
YUV60.51106.84169.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=66.11%
G=21.11%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119382300.680.810.539.3867.6127.84
Hex77261704451359441c
Octal16746270104121651110434
Binary1110111100110101110100010010100011101011001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772617; }

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

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

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

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

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

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

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

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