#776061

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

Shades of Falcon #776061

Tints of Falcon #776061

Color information

#776061 (or 0x776061) is unknown color: approx Falcon. HEX triplet: 77, 60 and 61. RGB value is (119,96,97). Sum of RGB (Red+Green+Blue) = 119+96+97=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #776061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776061 is #889F9E. Grayscale: #676767. Windows color (decimal): -8953759 or 6381687. OLE color: 6381687.

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

Color convert

RGB1199697-
CMYK00.190.180.53
HSL357.39º10.7%42.16%-
HSV(B)357.39º19.33%46.67%-
XYZ13.9513.1513.11-
YUV102.99124.62139.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=38.14%
G=30.77%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119969700.190.180.53357.3910.742.16
Hex7760610131235165b2a
Octal16714014102322655451352
Binary111011111000001100001010011100101101011011001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776061; }

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

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

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

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

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

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

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

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