#776163

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

Shades of Falcon #776163

Tints of Falcon #776163

Color information

#776163 (or 0x776163) is unknown color: approx Falcon. HEX triplet: 77, 61 and 63. RGB value is (119,97,99). Sum of RGB (Red+Green+Blue) = 119+97+99=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776163 is #889E9C. Grayscale: #676767. Windows color (decimal): -8953501 or 6513015. OLE color: 6513015.

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

Color convert

RGB1199799-
CMYK00.180.170.53
HSL354.55º10.19%42.35%-
HSV(B)354.55º18.49%46.67%-
XYZ14.1313.3713.64-
YUV103.81125.29138.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=37.78%
G=30.79%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119979900.180.170.53354.5510.1942.35
Hex7761630121135163a2a
Octal16714114302221655431252
Binary111011111000011100011010010100011101011011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776163; }

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

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

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

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

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

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

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

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