#776366

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

Shades of Falcon #776366

Tints of Falcon #776366

Color information

#776366 (or 0x776366) is unknown color: approx Falcon. HEX triplet: 77, 63 and 66. RGB value is (119,99,102). Sum of RGB (Red+Green+Blue) = 119+99+102=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776366 is #889C99. Grayscale: #696969. Windows color (decimal): -8952986 or 6710135. OLE color: 6710135.

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

Color convert

RGB11999102-
CMYK00.170.140.53
HSL351º9.17%42.75%-
HSV(B)351º16.81%46.67%-
XYZ14.4713.814.47-
YUV105.32126.13137.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=37.19%
G=30.94%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199910200.170.140.533519.1742.75
Hex776366011E3515f92b
Octal16714314602116655371153
Binary11101111100011110011001000111101101011010111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776366; }

 p { color: rgb(119,99,102); }

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

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

 a { background-color: rgb(119,99,102); }

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

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

 span { border-color: rgb(119,99,102); }

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