#765657

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

Shades of Falcon #765657

Tints of Falcon #765657

Color information

#765657 (or 0x765657) is unknown color: approx Falcon. HEX triplet: 76, 56 and 57. RGB value is (118,86,87). Sum of RGB (Red+Green+Blue) = 118+86+87=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #765657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765657 is #89A9A8. Grayscale: #5F5F5F. Windows color (decimal): -9021865 or 5723766. OLE color: 5723766.

HSL color Cylindrical-coordinate representation of color #765657: hue angle of 358.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765657 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1188687-
CMYK00.270.260.54
HSL358.12º15.69%40%-
HSV(B)358.12º27.12%46.27%-
XYZ12.5211.210.52-
YUV95.68123.1143.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=40.55%
G=29.55%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118868700.270.260.54358.1215.6940
Hex76565701B1A361661028
Octal16612612703332665462050
Binary1110110101011010101110110111101011011010110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765657; }

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

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

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

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

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

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

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

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