#774255

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

Shades of Finn #774255

Tints of Finn #774255

Color information

#774255 (or 0x774255) is unknown color: approx Finn. HEX triplet: 77, 42 and 55. RGB value is (119,66,85). Sum of RGB (Red+Green+Blue) = 119+66+85=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774255 is #88BDAA. Grayscale: #535353. Windows color (decimal): -8961451 or 5587575. OLE color: 5587575.

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

Color convert

RGB1196685-
CMYK00.450.290.53
HSL338.49º28.65%36.27%-
HSV(B)338.49º44.54%46.67%-
XYZ11.28.479.64-
YUV84.01128.56152.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=44.07%
G=24.44%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119668500.450.290.53338.4928.6536.27
Hex77425502D1D351521d24
Octal16710212505535655223544
Binary11101111000010101010101011011110111010110101001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774255; }

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

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

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

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

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

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

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

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