#774355

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

Shades of Finn #774355

Tints of Finn #774355

Color information

#774355 (or 0x774355) is unknown color: approx Finn. HEX triplet: 77, 43 and 55. RGB value is (119,67,85). Sum of RGB (Red+Green+Blue) = 119+67+85=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774355 is #88BCAA. Grayscale: #545454. Windows color (decimal): -8961195 or 5587831. OLE color: 5587831.

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

Color convert

RGB1196785-
CMYK00.440.290.53
HSL339.23º27.96%36.47%-
HSV(B)339.23º43.7%46.67%-
XYZ11.258.599.66-
YUV84.6128.23152.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=43.91%
G=24.72%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119678500.440.290.53339.2327.9636.47
Hex77435502C1D351531c24
Octal16710312505435655233444
Binary11101111000011101010101011001110111010110101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774355; }

 p { color: rgb(119,67,85); }

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

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

 a { background-color: rgb(119,67,85); }

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

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

 span { border-color: rgb(119,67,85); }

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