#774F56

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

Shades of Falcon #774F56

Tints of Falcon #774F56

Color information

#774F56 (or 0x774F56) is unknown color: approx Falcon. HEX triplet: 77, 4F and 56. RGB value is (119,79,86). Sum of RGB (Red+Green+Blue) = 119+79+86=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F56 is #88B0A9. Grayscale: #5B5B5B. Windows color (decimal): -8958122 or 5656439. OLE color: 5656439.

HSL color Cylindrical-coordinate representation of color #774F56: hue angle of 349.5º degrees, saturation: 0.2, 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 #774F56 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1197986-
CMYK00.340.280.53
HSL349.5º20.2%38.82%-
HSV(B)349.5º33.61%46.67%-
XYZ12.0810.1910.13-
YUV91.76124.75147.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=41.90%
G=27.82%
B=30.28%

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
Decimal119798600.340.280.53349.520.238.82
Hex774F560221C3515e1427
Octal16711712604234655362447
Binary11101111001111101011001000101110011010110101111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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