#775659

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

Shades of Falcon #775659

Tints of Falcon #775659

Color information

#775659 (or 0x775659) is unknown color: approx Falcon. HEX triplet: 77, 56 and 59. RGB value is (119,86,89). Sum of RGB (Red+Green+Blue) = 119+86+89=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775659 is #88A9A6. Grayscale: #606060. Windows color (decimal): -8956327 or 5854839. OLE color: 5854839.

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

Color convert

RGB1198689-
CMYK00.280.250.53
HSL354.55º16.1%40.2%-
HSV(B)354.55º27.73%46.67%-
XYZ12.7411.310.96-
YUV96.21123.93144.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=40.48%
G=29.25%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119868900.280.250.53354.5516.140.2
Hex77565901C19351631028
Octal16712613103431655432050
Binary1110111101011010110010111001100111010110110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775659; }

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

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

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

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

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

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

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

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