#796465

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

Shades of Falcon #796465

Tints of Falcon #796465

Color information

#796465 (or 0x796465) is unknown color: approx Falcon. HEX triplet: 79, 64 and 65. RGB value is (121,100,101). Sum of RGB (Red+Green+Blue) = 121+100+101=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #796465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796465 is #869B9A. Grayscale: #6A6A6A. Windows color (decimal): -8821659 or 6644857. OLE color: 6644857.

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

Color convert

RGB121100101-
CMYK00.170.170.53
HSL357.14º9.5%43.33%-
HSV(B)357.14º17.36%47.45%-
XYZ14.7914.1214.26-
YUV106.39124.96138.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=37.58%
G=31.06%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110010100.170.170.53357.149.543.33
Hex7964650111135165a2b
Octal17114414502121655451253
Binary111100111001001100101010001100011101011011001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796465; }

 p { color: rgb(121,100,101); }

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

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

 a { background-color: rgb(121,100,101); }

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

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

 span { border-color: rgb(121,100,101); }

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