#774356

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

Shades of Finn #774356

Tints of Finn #774356

Color information

#774356 (or 0x774356) is unknown color: approx Finn. HEX triplet: 77, 43 and 56. RGB value is (119,67,86). Sum of RGB (Red+Green+Blue) = 119+67+86=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774356 is #88BCA9. Grayscale: #545454. Windows color (decimal): -8961194 or 5653367. OLE color: 5653367.

HSL color Cylindrical-coordinate representation of color #774356: hue angle of 338.08º 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 #774356 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1196786-
CMYK00.440.280.53
HSL338.08º27.96%36.47%-
HSV(B)338.08º43.7%46.67%-
XYZ11.298.619.87-
YUV84.71128.73152.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=43.75%
G=24.63%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119678600.440.280.53338.0827.9636.47
Hex77435602C1C351521c24
Octal16710312605434655223444
Binary11101111000011101011001011001110011010110101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774356; }

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

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

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

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

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

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

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

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