#776265

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

Shades of Falcon #776265

Tints of Falcon #776265

Color information

#776265 (or 0x776265) is unknown color: approx Falcon. HEX triplet: 77, 62 and 65. RGB value is (119,98,101). Sum of RGB (Red+Green+Blue) = 119+98+101=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776265 is #889D9A. Grayscale: #686868. Windows color (decimal): -8953243 or 6644343. OLE color: 6644343.

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

Color convert

RGB11998101-
CMYK00.180.150.53
HSL351.43º9.68%42.55%-
HSV(B)351.43º17.65%46.67%-
XYZ14.3213.614.18-
YUV104.62125.96138.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=37.42%
G=30.82%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199810100.180.150.53351.439.6842.55
Hex776265012F3515fa2b
Octal16714214502217655371253
Binary11101111100010110010101001011111101011010111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776265; }

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

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

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

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

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

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

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

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