#775455

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

Shades of Falcon #775455

Tints of Falcon #775455

Color information

#775455 (or 0x775455) is unknown color: approx Falcon. HEX triplet: 77, 54 and 55. RGB value is (119,84,85). Sum of RGB (Red+Green+Blue) = 119+84+85=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775455 is #88ABAA. Grayscale: #5E5E5E. Windows color (decimal): -8956843 or 5592183. OLE color: 5592183.

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

Color convert

RGB1198485-
CMYK00.290.290.53
HSL358.29º17.24%39.8%-
HSV(B)358.29º29.41%46.67%-
XYZ12.4210.9210.05-
YUV94.58122.6145.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=41.32%
G=29.17%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119848500.290.290.53358.2917.2439.8
Hex77545501D1D351661128
Octal16712412503535655462150
Binary1110111101010010101010111011110111010110110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775455; }

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

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

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

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

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

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

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

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