#766265

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

Shades of Falcon #766265

Tints of Falcon #766265

Color information

#766265 (or 0x766265) is unknown color: approx Falcon. HEX triplet: 76, 62 and 65. RGB value is (118,98,101). Sum of RGB (Red+Green+Blue) = 118+98+101=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766265 is #899D9A. Grayscale: #686868. Windows color (decimal): -9018779 or 6644342. OLE color: 6644342.

HSL color Cylindrical-coordinate representation of color #766265: hue angle of 351º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766265 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11898101-
CMYK00.170.140.54
HSL351º9.26%42.35%-
HSV(B)351º16.95%46.27%-
XYZ14.1913.5314.18-
YUV104.32126.13137.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=37.22%
G=30.91%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189810100.170.140.543519.2642.35
Hex766265011E3615f92a
Octal16614214502116665371152
Binary11101101100010110010101000111101101101010111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766265; }

 p { color: rgb(118,98,101); }

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

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

 a { background-color: rgb(118,98,101); }

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

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

 span { border-color: rgb(118,98,101); }

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