#775459

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

Shades of Falcon #775459

Tints of Falcon #775459

Color information

#775459 (or 0x775459) is unknown color: approx Falcon. HEX triplet: 77, 54 and 59. RGB value is (119,84,89). Sum of RGB (Red+Green+Blue) = 119+84+89=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775459 is #88ABA6. Grayscale: #5F5F5F. Windows color (decimal): -8956839 or 5854327. OLE color: 5854327.

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

Color convert

RGB1198489-
CMYK00.290.250.53
HSL351.43º17.24%39.8%-
HSV(B)351.43º29.41%46.67%-
XYZ12.5810.9810.91-
YUV95.04124.6145.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=40.75%
G=28.77%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119848900.290.250.53351.4317.2439.8
Hex77545901D193515f1128
Octal16712413103531655372150
Binary1110111101010010110010111011100111010110101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775459; }

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

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

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

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

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

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

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

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