#766365

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

Shades of Falcon #766365

Tints of Falcon #766365

Color information

#766365 (or 0x766365) is unknown color: approx Falcon. HEX triplet: 76, 63 and 65. RGB value is (118,99,101). Sum of RGB (Red+Green+Blue) = 118+99+101=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766365 is #899C9A. Grayscale: #686868. Windows color (decimal): -9018523 or 6644598. OLE color: 6644598.

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

Color convert

RGB11899101-
CMYK00.160.140.54
HSL353.68º8.76%42.55%-
HSV(B)353.68º16.1%46.27%-
XYZ14.2813.7114.21-
YUV104.91125.79137.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=37.11%
G=31.13%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189910100.160.140.54353.688.7642.55
Hex766365010E3616292b
Octal16614314502016665421153
Binary11101101100011110010101000011101101101011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766365; }

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

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

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

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

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

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

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

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