#774555

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

Shades of Finn #774555

Tints of Finn #774555

Color information

#774555 (or 0x774555) is unknown color: approx Finn. HEX triplet: 77, 45 and 55. RGB value is (119,69,85). Sum of RGB (Red+Green+Blue) = 119+69+85=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774555 is #88BAAA. Grayscale: #555555. Windows color (decimal): -8960683 or 5588343. OLE color: 5588343.

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

Color convert

RGB1196985-
CMYK00.420.290.53
HSL340.8º26.6%36.86%-
HSV(B)340.8º42.02%46.67%-
XYZ11.388.839.7-
YUV85.77127.56151.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=43.59%
G=25.27%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119698500.420.290.53340.826.636.86
Hex77455502A1D351551b25
Octal16710512505235655253345
Binary11101111000101101010101010101110111010110101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774555; }

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

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

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

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

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

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

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

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