#776063

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

Shades of Falcon #776063

Tints of Falcon #776063

Color information

#776063 (or 0x776063) is unknown color: approx Falcon. HEX triplet: 77, 60 and 63. RGB value is (119,96,99). Sum of RGB (Red+Green+Blue) = 119+96+99=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776063 is #889F9C. Grayscale: #676767. Windows color (decimal): -8953757 or 6512759. OLE color: 6512759.

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

Color convert

RGB1199699-
CMYK00.190.170.53
HSL352.17º10.7%42.16%-
HSV(B)352.17º19.33%46.67%-
XYZ14.0413.1913.61-
YUV103.22125.62139.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=37.90%
G=30.57%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119969900.190.170.53352.1710.742.16
Hex7760630131135160b2a
Octal16714014302321655401352
Binary111011111000001100011010011100011101011011000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776063; }

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

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

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

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

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

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

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

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