#774454

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

Shades of Finn #774454

Tints of Finn #774454

Color information

#774454 (or 0x774454) is unknown color: approx Finn. HEX triplet: 77, 44 and 54. RGB value is (119,68,84). Sum of RGB (Red+Green+Blue) = 119+68+84=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774454 is #88BBAB. Grayscale: #555555. Windows color (decimal): -8960940 or 5522551. OLE color: 5522551.

HSL color Cylindrical-coordinate representation of color #774454: hue angle of 341.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774454 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1196884-
CMYK00.430.290.53
HSL341.18º27.27%36.67%-
HSV(B)341.18º42.86%46.67%-
XYZ11.288.79.47-
YUV85.07127.4152.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=43.91%
G=25.09%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119688400.430.290.53341.1827.2736.67
Hex77445402B1D351551b25
Octal16710412405335655253345
Binary11101111000100101010001010111110111010110101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774454; }

 p { color: rgb(119,68,84); }

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

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

 a { background-color: rgb(119,68,84); }

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

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

 span { border-color: rgb(119,68,84); }

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