#772619

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

Shades of Falu Red #772619

Tints of Falu Red #772619

Color information

#772619 (or 0x772619) is unknown color: approx Falu Red. HEX triplet: 77, 26 and 19. RGB value is (119,38,25). Sum of RGB (Red+Green+Blue) = 119+38+25=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #772619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772619 is #88D9E6. Grayscale: #3C3C3C. Windows color (decimal): -8968679 or 1648247. OLE color: 1648247.

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

Color convert

RGB1193825-
CMYK00.680.790.53
HSL8.3º65.28%28.24%-
HSV(B)8.3º78.99%46.67%-
XYZ8.485.381.51-
YUV60.74107.84169.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=65.38%
G=20.88%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119382500.680.790.538.365.2828.24
Hex7726190444F358411c
Octal16746310104117651010134
Binary1110111100110110010100010010011111101011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772619; }

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

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

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

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

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

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

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

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