#774554

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

Shades of Finn #774554

Tints of Finn #774554

Color information

#774554 (or 0x774554) is unknown color: approx Finn. HEX triplet: 77, 45 and 54. RGB value is (119,69,84). Sum of RGB (Red+Green+Blue) = 119+69+84=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774554 is #88BAAB. Grayscale: #555555. Windows color (decimal): -8960684 or 5522807. OLE color: 5522807.

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

Color convert

RGB1196984-
CMYK00.420.290.53
HSL342º26.6%36.86%-
HSV(B)342º42.02%46.67%-
XYZ11.348.829.49-
YUV85.66127.06151.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=43.75%
G=25.37%
B=30.88%

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
Decimal119698400.420.290.5334226.636.86
Hex77455402A1D351561b25
Octal16710512405235655263345
Binary11101111000101101010001010101110111010110101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774554; }

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

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

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

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

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

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

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

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