#776466

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

Shades of Falcon #776466

Tints of Falcon #776466

Color information

#776466 (or 0x776466) is unknown color: approx Falcon. HEX triplet: 77, 64 and 66. RGB value is (119,100,102). Sum of RGB (Red+Green+Blue) = 119+100+102=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776466 is #889B99. Grayscale: #696969. Windows color (decimal): -8952730 or 6710391. OLE color: 6710391.

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

Color convert

RGB119100102-
CMYK00.160.140.53
HSL353.68º8.68%42.94%-
HSV(B)353.68º15.97%46.67%-
XYZ14.561414.5-
YUV105.91125.79137.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=37.07%
G=31.15%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910010200.160.140.53353.688.6842.94
Hex776466010E3516292b
Octal16714414602016655421153
Binary11101111100100110011001000011101101011011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776466; }

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

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

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

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

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

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

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

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