#776162

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

Shades of Falcon #776162

Tints of Falcon #776162

Color information

#776162 (or 0x776162) is unknown color: approx Falcon. HEX triplet: 77, 61 and 62. RGB value is (119,97,98). Sum of RGB (Red+Green+Blue) = 119+97+98=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776162 is #889E9D. Grayscale: #676767. Windows color (decimal): -8953502 or 6447479. OLE color: 6447479.

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

Color convert

RGB1199798-
CMYK00.180.180.53
HSL357.27º10.19%42.35%-
HSV(B)357.27º18.49%46.67%-
XYZ14.0913.3513.39-
YUV103.69124.79138.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=37.90%
G=30.89%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119979800.180.180.53357.2710.1942.35
Hex7761620121235165a2a
Octal16714114202222655451252
Binary111011111000011100010010010100101101011011001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776162; }

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

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

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

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

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

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

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

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