#774E56

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

Shades of Falcon #774E56

Tints of Falcon #774E56

Color information

#774E56 (or 0x774E56) is unknown color: approx Falcon. HEX triplet: 77, 4E and 56. RGB value is (119,78,86). Sum of RGB (Red+Green+Blue) = 119+78+86=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E56 is #88B1A9. Grayscale: #5B5B5B. Windows color (decimal): -8958378 or 5656183. OLE color: 5656183.

HSL color Cylindrical-coordinate representation of color #774E56: hue angle of 348.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E56 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1197886-
CMYK00.340.280.53
HSL348.29º20.81%38.63%-
HSV(B)348.29º34.45%46.67%-
XYZ12.0110.0410.11-
YUV91.17125.08147.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=42.05%
G=27.56%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119788600.340.280.53348.2920.8138.63
Hex774E560221C3515c1527
Octal16711612604234655342547
Binary11101111001110101011001000101110011010110101110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E56; }

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

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

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

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

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

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

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

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