#766566

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

Shades of Falcon #766566

Tints of Falcon #766566

Color information

#766566 (or 0x766566) is unknown color: approx Falcon. HEX triplet: 76, 65 and 66. RGB value is (118,101,102). Sum of RGB (Red+Green+Blue) = 118+101+102=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766566 is #899A99. Grayscale: #6A6A6A. Windows color (decimal): -9018010 or 6710646. OLE color: 6710646.

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

Color convert

RGB118101102-
CMYK00.140.140.54
HSL356.47º7.76%42.94%-
HSV(B)356.47º14.41%46.27%-
XYZ14.5214.1214.53-
YUV106.2125.63136.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=36.76%
G=31.46%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810110200.140.140.54356.477.7642.94
Hex7665660EE3616482b
Octal16614514601616665441053
Binary1110110110010111001100111011101101101011001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766566; }

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

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

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

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

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

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

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

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