#766263

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

Shades of Falcon #766263

Tints of Falcon #766263

Color information

#766263 (or 0x766263) is unknown color: approx Falcon. HEX triplet: 76, 62 and 63. RGB value is (118,98,99). Sum of RGB (Red+Green+Blue) = 118+98+99=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766263 is #899D9C. Grayscale: #686868. Windows color (decimal): -9018781 or 6513270. OLE color: 6513270.

HSL color Cylindrical-coordinate representation of color #766263: hue angle of 357º 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 #766263 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1189899-
CMYK00.170.160.54
HSL357º9.26%42.35%-
HSV(B)357º16.95%46.27%-
XYZ14.0913.4913.67-
YUV104.09125.13137.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=37.46%
G=31.11%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118989900.170.160.543579.2642.35
Hex766263011103616592a
Octal16614214302120665451152
Binary111011011000101100011010001100001101101011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766263; }

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

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

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

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

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

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

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

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