#776364

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

Shades of Falcon #776364

Tints of Falcon #776364

Color information

#776364 (or 0x776364) is unknown color: approx Falcon. HEX triplet: 77, 63 and 64. RGB value is (119,99,100). Sum of RGB (Red+Green+Blue) = 119+99+100=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776364 is #889C9B. Grayscale: #696969. Windows color (decimal): -8952988 or 6579063. OLE color: 6579063.

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

Color convert

RGB11999100-
CMYK00.170.160.53
HSL357º9.17%42.75%-
HSV(B)357º16.81%46.67%-
XYZ14.3713.7713.96-
YUV105.09125.13137.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=37.42%
G=31.13%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199910000.170.160.533579.1742.75
Hex776364011103516592b
Octal16714314402120655451153
Binary111011111000111100100010001100001101011011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776364; }

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

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

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

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

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

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

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

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