#775657

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

Shades of Falcon #775657

Tints of Falcon #775657

Color information

#775657 (or 0x775657) is unknown color: approx Falcon. HEX triplet: 77, 56 and 57. RGB value is (119,86,87). Sum of RGB (Red+Green+Blue) = 119+86+87=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775657 is #88A9A8. Grayscale: #606060. Windows color (decimal): -8956329 or 5723767. OLE color: 5723767.

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

Color convert

RGB1198687-
CMYK00.280.270.53
HSL358.18º16.1%40.2%-
HSV(B)358.18º27.73%46.67%-
XYZ12.6611.2710.52-
YUV95.98122.93144.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=40.75%
G=29.45%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119868700.280.270.53358.1816.140.2
Hex77565701C1B351661028
Octal16712612703433655462050
Binary1110111101011010101110111001101111010110110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775657; }

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

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

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

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

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

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

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

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